vfs: add nonconflicting values for O_PATH
[cascardo/linux.git] / arch / sparc / include / asm / fcntl.h
index 38f37b3..d0b83f6 100644 (file)
@@ -34,6 +34,8 @@
 #define __O_SYNC       0x800000
 #define O_SYNC         (__O_SYNC|O_DSYNC)
 
+#define O_PATH         0x1000000
+
 #define F_GETOWN       5       /*  for sockets. */
 #define F_SETOWN       6       /*  for sockets. */
 #define F_GETLK                7