aboutsummaryrefslogtreecommitdiff
path: root/arch/alpha/include/asm/fcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/include/asm/fcntl.h')
-rw-r--r--arch/alpha/include/asm/fcntl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/alpha/include/asm/fcntl.h b/arch/alpha/include/asm/fcntl.h
index 70145cbb21c..1b71ca70c9f 100644
--- a/arch/alpha/include/asm/fcntl.h
+++ b/arch/alpha/include/asm/fcntl.h
@@ -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