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:
Paul Sokolovsky 2018-10-10 21:00:15 +03:00 committed by Anas Nashif
parent 7f7bed0eed
commit 5955996e7a

View file

@ -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