From 6d05d862975188039e648273ceab350d9ab5b69e Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sat, 15 Sep 2012 23:45:41 -0400 Subject: add O_EXEC open mode the linux O_PATH mode provides the necessary semantics for both the O_SEARCH and O_EXEC modes defined and required by POSIX 2008. --- arch/x86_64/bits/fcntl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/x86_64') diff --git a/arch/x86_64/bits/fcntl.h b/arch/x86_64/bits/fcntl.h index c02b0b53..e8db7ae6 100644 --- a/arch/x86_64/bits/fcntl.h +++ b/arch/x86_64/bits/fcntl.h @@ -11,6 +11,7 @@ #define O_NOFOLLOW 0400000 #define O_CLOEXEC 02000000 #define O_SEARCH 010000000 +#define O_EXEC 010000000 #define O_ASYNC 020000 #define O_DIRECT 040000 -- cgit v1.2.1