Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
[pandora-kernel.git] / arch / alpha / include / asm / fcntl.h
index 70145cb..1b71ca7 100644 (file)
@@ -31,6 +31,8 @@
 #define __O_SYNC       020000000
 #define O_SYNC         (__O_SYNC|O_DSYNC)
 
+#define O_PATH         040000000
+
 #define F_GETLK                7
 #define F_SETLK                8
 #define F_SETLKW       9