diff options
Diffstat (limited to 'test/includes/pre/sys/fcntl.h')
| -rw-r--r-- | test/includes/pre/sys/fcntl.h | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/test/includes/pre/sys/fcntl.h b/test/includes/pre/sys/fcntl.h new file mode 100644 index 0000000000..767c97a631 --- /dev/null +++ b/test/includes/pre/sys/fcntl.h @@ -0,0 +1,7 @@ +#include <sys/fcntl.h> + +static const mode_t kO_RDONLY = O_RDONLY; +static const mode_t kO_WRONLY = O_WRONLY; +static const mode_t kO_RDWR   = O_RDWR; +static const mode_t kO_CREAT  = O_CREAT; +static const mode_t kO_EXCL   = O_EXCL; | 
