commit | b238b37a0f9d12f87dc9b7ce1ece4bcde566a45f | [log] [tgz] |
---|---|---|
author | Rich Felker <dalias@aerifal.cx> | Thu Sep 13 20:56:25 2012 -0400 |
committer | Rich Felker <dalias@aerifal.cx> | Thu Sep 13 20:56:25 2012 -0400 |
tree | b6cb7b8118f355e77046eb388c2163b1d1d267c6 | |
parent | cfc09b1ecf0c6981494fd73dffe234416f66af10 [diff] |
add O_PATH/O_SEARCH support to fcntl.h I'm not 100% sure that Linux's O_PATH meets the POSIX requirements for O_SEARCH, but it seems very close if not perfect. and old kernels ignore it, so O_SEARCH will still work as desired as long as the caller has read permissions to the directory.