remove hand-written crt1.s and Scrt1.s files for all archs
[musl] / arch / i386 / bits / fcntl.h
index 04b7484..ae233cc 100644 (file)
 #define O_DIRECTORY 0200000
 #define O_NOFOLLOW  0400000
 #define O_CLOEXEC  02000000
-#define O_SEARCH  010000000
-#define O_EXEC    010000000
 
 #define O_ASYNC      020000
 #define O_DIRECT     040000
 #define O_LARGEFILE 0100000
 #define O_NOATIME  01000000
-#define O_NDELAY O_NONBLOCK
 #define O_PATH    010000000
+#define O_TMPFILE 020200000
+#define O_NDELAY O_NONBLOCK
 
 #define F_DUPFD  0
 #define F_GETFD  1
@@ -37,3 +36,5 @@
 
 #define F_SETOWN_EX 15
 #define F_GETOWN_EX 16
+
+#define F_GETOWNER_UIDS 17