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

Next file: linux/include/asm-alpha/processor.h
Previous file: linux/fs/ufs/file.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.37/linux/include/asm-alpha/fcntl.h linux/include/asm-alpha/fcntl.h
@@ -20,6 +20,7 @@
 #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 O_LARGEFILE	0400000 /* will be set by the kernel on every open */
 
 #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 (who was at: slshen@lbl.gov)