VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / include / asm-sparc / fcntl.h
index aa64cfc..df9c75d 100644 (file)
@@ -21,6 +21,7 @@
 #define O_NOFOLLOW     0x20000 /* don't follow links */
 #define O_LARGEFILE    0x40000
 #define O_DIRECT        0x100000 /* direct disk access hint */
+#define O_NOATIME      0x200000
 
 #define F_DUPFD                0       /* dup */
 #define F_GETFD                1       /* get close_on_exec */