Go to the documentation of this file.
4 #define O_APPEND 0x0008
10 #define O_NONBLOCK 0x4000
11 #if defined(__sparc__) && defined(__arch64__)
12 #define O_NDELAY 0x0004
14 #define O_NDELAY (0x0004 | O_NONBLOCK)
16 #define O_NOCTTY 0x8000
17 #define O_LARGEFILE 0x40000
18 #define O_DIRECT 0x100000
19 #define O_NOATIME 0x200000
20 #define O_CLOEXEC 0x400000
34 #define __O_SYNC 0x800000
35 #define O_SYNC (__O_SYNC|O_DSYNC)
37 #define O_PATH 0x1000000
50 #define __ARCH_FLOCK_PAD short __unused;
51 #define __ARCH_FLOCK64_PAD short __unused;