libc: minimal: fcntl.h: Fix include guards for the current path
The file was moved, but include guards still referred to the old path. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
This commit is contained in:
parent
7f7bed0eed
commit
5955996e7a
|
@ -4,8 +4,8 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#ifndef ZEPHYR_LIB_LIBC_MINIMAL_INCLUDE_SYS_FCNTL_H_
|
||||
#define ZEPHYR_LIB_LIBC_MINIMAL_INCLUDE_SYS_FCNTL_H_
|
||||
#ifndef ZEPHYR_LIB_LIBC_MINIMAL_INCLUDE_FCNTL_H_
|
||||
#define ZEPHYR_LIB_LIBC_MINIMAL_INCLUDE_FCNTL_H_
|
||||
|
||||
#define O_NONBLOCK 0x4000
|
||||
|
||||
|
|
Loading…
Reference in a new issue