add O_EXEC open mode
authorRich Felker <dalias@aerifal.cx>
Sun, 16 Sep 2012 03:45:41 +0000 (23:45 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 16 Sep 2012 03:45:41 +0000 (23:45 -0400)
commit6d05d862975188039e648273ceab350d9ab5b69e
tree3a0e3f09fb5ca331bf178fe43a272e9a50d08902
parent93ea998c9c5a29cb34f3171f24f96d3cfe4f9cb6
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/arm/bits/fcntl.h
arch/i386/bits/fcntl.h
arch/mips/bits/fcntl.h
arch/x86_64/bits/fcntl.h