Go to the documentation of this file.
12 #define O_APPEND 0x0008
13 #define O_DSYNC 0x0010
14 #define O_NONBLOCK 0x0080
15 #define O_CREAT 0x0100
16 #define O_TRUNC 0x0200
18 #define O_NOCTTY 0x0800
20 #define O_LARGEFILE 0x2000
34 #define __O_SYNC 0x4000
35 #define O_SYNC (__O_SYNC|O_DSYNC)
36 #define O_DIRECT 0x8000
59 #include <linux/types.h>
71 #define HAVE_ARCH_STRUCT_FLOCK