patch-2.1.126 linux/include/asm-alpha/fcntl.h

Next file: linux/include/asm-alpha/hardirq.h
Previous file: linux/include/asm-alpha/dma.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.125/linux/include/asm-alpha/fcntl.h linux/include/asm-alpha/fcntl.h
@@ -18,6 +18,8 @@
 #define O_SYNC		040000
 #define FASYNC		020000	/* fcntl, for BSD compatibility */
 #define O_DIRECT	040000	/* direct disk access - should check with OSF/1 */
+#define O_DIRECTORY	0100000	/* must be a directory */
+#define O_NOFOLLOW	0200000 /* 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