diff options
Diffstat (limited to 'include/asm-sparc64/fcntl.h')
-rw-r--r-- | include/asm-sparc64/fcntl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-sparc64/fcntl.h b/include/asm-sparc64/fcntl.h index a8c543d1ebf9..3e82239a7715 100644 --- a/include/asm-sparc64/fcntl.h +++ b/include/asm-sparc64/fcntl.h | |||
@@ -13,8 +13,6 @@ | |||
13 | #define O_SYNC 0x2000 | 13 | #define O_SYNC 0x2000 |
14 | #define O_NONBLOCK 0x4000 | 14 | #define O_NONBLOCK 0x4000 |
15 | #define O_NOCTTY 0x8000 /* not fcntl */ | 15 | #define O_NOCTTY 0x8000 /* not fcntl */ |
16 | #define O_DIRECTORY 0x10000 /* must be a directory */ | ||
17 | #define O_NOFOLLOW 0x20000 /* don't follow links */ | ||
18 | #define O_LARGEFILE 0x40000 | 16 | #define O_LARGEFILE 0x40000 |
19 | #define O_DIRECT 0x100000 /* direct disk access hint */ | 17 | #define O_DIRECT 0x100000 /* direct disk access hint */ |
20 | #define O_NOATIME 0x200000 | 18 | #define O_NOATIME 0x200000 |