19 #ifndef _XENO_POSIX_FCNTL_H
20 #define _XENO_POSIX_FCNTL_H
22 #if defined(__KERNEL__) || defined(__XENO_SIM__)
24 #include <nucleus/xenomai.h>
27 #include <linux/fcntl.h>
34 int open(
const char *path,
int oflag, ...);
42 #pragma GCC system_header
45 #include_next <fcntl.h>
51 int __real_open(
const char *path,
int oflag, ...);
53 int __real_open64(
const char *path,
int oflag, ...);