aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-alpha/fcntl.h
diff options
context:
space:
mode:
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 @@
10 10
11#define O_NONBLOCK 00004 11#define O_NONBLOCK 00004
12#define O_APPEND 00010 12#define O_APPEND 00010
13#define O_NDELAY O_NONBLOCK
14#define O_SYNC 040000 13#define O_SYNC 040000
15#define FASYNC 020000 /* fcntl, for BSD compatibility */
16#define O_DIRECTORY 0100000 /* must be a directory */ 14#define O_DIRECTORY 0100000 /* must be a directory */
17#define O_NOFOLLOW 0200000 /* don't follow links */ 15#define O_NOFOLLOW 0200000 /* don't follow links */
18#define O_LARGEFILE 0400000 /* will be set by the kernel on every open */ 16#define O_LARGEFILE 0400000 /* will be set by the kernel on every open */