diff options
Diffstat (limited to 'include/asm-mips/fcntl.h')
-rw-r--r-- | include/asm-mips/fcntl.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-mips/fcntl.h b/include/asm-mips/fcntl.h index 4b6043f12806..67b309d34c09 100644 --- a/include/asm-mips/fcntl.h +++ b/include/asm-mips/fcntl.h | |||
@@ -8,23 +8,15 @@ | |||
8 | #ifndef _ASM_FCNTL_H | 8 | #ifndef _ASM_FCNTL_H |
9 | #define _ASM_FCNTL_H | 9 | #define _ASM_FCNTL_H |
10 | 10 | ||
11 | /* open/fcntl - O_SYNC is only implemented on blocks devices and on files | ||
12 | located on an ext2 file system */ | ||
13 | #define O_APPEND 0x0008 | 11 | #define O_APPEND 0x0008 |
14 | #define O_SYNC 0x0010 | 12 | #define O_SYNC 0x0010 |
15 | #define O_NONBLOCK 0x0080 | 13 | #define O_NONBLOCK 0x0080 |
16 | #define O_CREAT 0x0100 /* not fcntl */ | 14 | #define O_CREAT 0x0100 /* not fcntl */ |
17 | #define O_TRUNC 0x0200 /* not fcntl */ | ||
18 | #define O_EXCL 0x0400 /* not fcntl */ | 15 | #define O_EXCL 0x0400 /* not fcntl */ |
19 | #define O_NOCTTY 0x0800 /* not fcntl */ | 16 | #define O_NOCTTY 0x0800 /* not fcntl */ |
20 | #define FASYNC 0x1000 /* fcntl, for BSD compatibility */ | 17 | #define FASYNC 0x1000 /* fcntl, for BSD compatibility */ |
21 | #define O_LARGEFILE 0x2000 /* allow large file opens */ | 18 | #define O_LARGEFILE 0x2000 /* allow large file opens */ |
22 | #define O_DIRECT 0x8000 /* direct disk access hint */ | 19 | #define O_DIRECT 0x8000 /* direct disk access hint */ |
23 | #define O_DIRECTORY 0x10000 /* must be a directory */ | ||
24 | #define O_NOFOLLOW 0x20000 /* don't follow links */ | ||
25 | #define O_NOATIME 0x40000 | ||
26 | |||
27 | #define O_NDELAY O_NONBLOCK | ||
28 | 20 | ||
29 | #define F_GETLK 14 | 21 | #define F_GETLK 14 |
30 | #define F_SETLK 6 | 22 | #define F_SETLK 6 |