hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/arch/parisc/include/uapi/asm/fcntl.h
....@@ -3,22 +3,19 @@
33 #define _PARISC_FCNTL_H
44
55 #define O_APPEND 000000010
6
-#define O_BLKSEEK 000000100 /* HPUX only */
76 #define O_CREAT 000000400 /* not fcntl */
87 #define O_EXCL 000002000 /* not fcntl */
98 #define O_LARGEFILE 000004000
109 #define __O_SYNC 000100000
1110 #define O_SYNC (__O_SYNC|O_DSYNC)
12
-#define O_NONBLOCK 000200004 /* HPUX has separate NDELAY & NONBLOCK */
11
+#define O_NONBLOCK 000200000
1312 #define O_NOCTTY 000400000 /* not fcntl */
14
-#define O_DSYNC 001000000 /* HPUX only */
15
-#define O_RSYNC 002000000 /* HPUX only */
13
+#define O_DSYNC 001000000
1614 #define O_NOATIME 004000000
1715 #define O_CLOEXEC 010000000 /* set close_on_exec */
1816
1917 #define O_DIRECTORY 000010000 /* must be a directory */
2018 #define O_NOFOLLOW 000000200 /* don't follow links */
21
-#define O_INVISIBLE 004000000 /* invisible I/O, for DMAPI/XDSM */
2219
2320 #define O_PATH 020000000
2421 #define __O_TMPFILE 040000000