about summary refs log tree commit diff
path: root/arch/mips
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/bits/fcntl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/bits/fcntl.h b/arch/mips/bits/fcntl.h
index 6f912fb9..ad847f08 100644
--- a/arch/mips/bits/fcntl.h
+++ b/arch/mips/bits/fcntl.h
@@ -16,6 +16,7 @@
 #define O_CLOEXEC  02000000
 #define O_PATH    010000000
 #define O_SEARCH  010000000
+#define O_EXEC    010000000
 
 #define O_NDELAY O_NONBLOCK