patch-2.1.126 linux/include/asm-arm/fcntl.h
Next file: linux/include/asm-i386/fcntl.h
Previous file: linux/include/asm-alpha/system.h
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Wed Oct 21 13:30:46 1998
-  Orig file: 
v2.1.125/linux/include/asm-arm/fcntl.h
-  Orig date: 
Thu Aug 20 17:05:18 1998
diff -u --recursive --new-file v2.1.125/linux/include/asm-arm/fcntl.h linux/include/asm-arm/fcntl.h
@@ -16,6 +16,8 @@
 #define O_NDELAY	O_NONBLOCK
 #define O_SYNC		010000
 #define FASYNC		020000	/* fcntl, for BSD compatibility */
+#define O_DIRECTORY	040000	/* must be a directory */
+#define O_NOFOLLOW	0100000	/* don't follow links */
 
 #define F_DUPFD		0	/* dup */
 #define F_GETFD		1	/* get f_flags */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov