aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-s390/fcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-s390/fcntl.h')
-rw-r--r--include/asm-s390/fcntl.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/asm-s390/fcntl.h b/include/asm-s390/fcntl.h
index 159979f35097..ea9a75bd6c96 100644
--- a/include/asm-s390/fcntl.h
+++ b/include/asm-s390/fcntl.h
@@ -8,23 +8,6 @@
8#ifndef _S390_FCNTL_H 8#ifndef _S390_FCNTL_H
9#define _S390_FCNTL_H 9#define _S390_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_CREAT 0100 /* not fcntl */
14#define O_EXCL 0200 /* not fcntl */
15#define O_NOCTTY 0400 /* not fcntl */
16#define O_TRUNC 01000 /* not fcntl */
17#define O_APPEND 02000
18#define O_NONBLOCK 04000
19#define O_NDELAY O_NONBLOCK
20#define O_SYNC 010000
21#define FASYNC 020000 /* fcntl, for BSD compatibility */
22#define O_DIRECT 040000 /* direct disk access hint */
23#define O_LARGEFILE 0100000
24#define O_DIRECTORY 0200000 /* must be a directory */
25#define O_NOFOLLOW 0400000 /* don't follow links */
26#define O_NOATIME 01000000
27
28#define F_GETLK 5 11#define F_GETLK 5
29#define F_SETLK 6 12#define F_SETLK 6
30#define F_SETLKW 7 13#define F_SETLKW 7