aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-xtensa/fcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-xtensa/fcntl.h')
-rw-r--r--include/asm-xtensa/fcntl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-xtensa/fcntl.h b/include/asm-xtensa/fcntl.h
index a5c6e4b6a20e..7724345ee077 100644
--- a/include/asm-xtensa/fcntl.h
+++ b/include/asm-xtensa/fcntl.h
@@ -18,18 +18,13 @@
18#define O_SYNC 0x0010 18#define O_SYNC 0x0010
19#define O_NONBLOCK 0x0080 19#define O_NONBLOCK 0x0080
20#define O_CREAT 0x0100 /* not fcntl */ 20#define O_CREAT 0x0100 /* not fcntl */
21#define O_TRUNC 0x0200 /* not fcntl */
22#define O_EXCL 0x0400 /* not fcntl */ 21#define O_EXCL 0x0400 /* not fcntl */
23#define O_NOCTTY 0x0800 /* not fcntl */ 22#define O_NOCTTY 0x0800 /* not fcntl */
24#define FASYNC 0x1000 /* fcntl, for BSD compatibility */ 23#define FASYNC 0x1000 /* fcntl, for BSD compatibility */
25#define O_LARGEFILE 0x2000 /* allow large file opens - currently ignored */ 24#define O_LARGEFILE 0x2000 /* allow large file opens - currently ignored */
26#define O_DIRECT 0x8000 /* direct disk access hint - currently ignored*/ 25#define O_DIRECT 0x8000 /* direct disk access hint - currently ignored*/
27#define O_DIRECTORY 0x10000 /* must be a directory */
28#define O_NOFOLLOW 0x20000 /* don't follow links */
29#define O_NOATIME 0x100000 26#define O_NOATIME 0x100000
30 27
31#define O_NDELAY O_NONBLOCK
32
33#define F_GETLK 14 28#define F_GETLK 14
34#define F_GETLK64 15 29#define F_GETLK64 15
35#define F_SETLK 6 30#define F_SETLK 6