diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-06 18:17:58 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-07 19:57:38 -0400 |
commit | e64ca97fd80a129e538ca42d0b12c379746b83db (patch) | |
tree | 196c445874941ffbcca785be713338f647b42d5b /include/asm-sparc/fcntl.h | |
parent | 2b2fa38e5f3f17a5e1ef3fe29a9869d93197ebfd (diff) |
[PATCH] Clean up the open flags
This patch puts the most popular of each open flag into asm-generic/fcntl.h
and cleans up the arch files.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-sparc/fcntl.h')
-rw-r--r-- | include/asm-sparc/fcntl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-sparc/fcntl.h b/include/asm-sparc/fcntl.h index 68d3fd9156fd..1d35c90daec7 100644 --- a/include/asm-sparc/fcntl.h +++ b/include/asm-sparc/fcntl.h | |||
@@ -13,8 +13,6 @@ | |||
13 | #define O_NONBLOCK 0x4000 | 13 | #define O_NONBLOCK 0x4000 |
14 | #define O_NDELAY (0x0004 | O_NONBLOCK) | 14 | #define O_NDELAY (0x0004 | O_NONBLOCK) |
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 |