aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-alpha/fcntl.h
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2005-09-06 15:17:58 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-09-07 16:57:38 -0700
commite64ca97fd80a129e538ca42d0b12c379746b83db (patch)
tree196c445874941ffbcca785be713338f647b42d5b /include/asm-alpha/fcntl.h
parent[PATCH] Consolidate asm-ppc*/fcntl.h (diff)
downloadlinux-dev-e64ca97fd80a129e538ca42d0b12c379746b83db.tar.xz
linux-dev-e64ca97fd80a129e538ca42d0b12c379746b83db.zip
[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-alpha/fcntl.h')
-rw-r--r--include/asm-alpha/fcntl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-alpha/fcntl.h b/include/asm-alpha/fcntl.h
index 3f3ad49e8365..e2aacbbe38bc 100644
--- a/include/asm-alpha/fcntl.h
+++ b/include/asm-alpha/fcntl.h
@@ -10,9 +10,7 @@
#define O_NONBLOCK 00004
#define O_APPEND 00010
-#define O_NDELAY O_NONBLOCK
#define O_SYNC 040000
-#define FASYNC 020000 /* fcntl, for BSD compatibility */
#define O_DIRECTORY 0100000 /* must be a directory */
#define O_NOFOLLOW 0200000 /* don't follow links */
#define O_LARGEFILE 0400000 /* will be set by the kernel on every open */