add O_PATH/O_SEARCH support to fcntl.h
[musl] / arch / x86_64 / bits / fcntl.h
2012-09-14 Rich Felkeradd O_PATH/O_SEARCH support to fcntl.h
2012-06-21 Rich Felkerproper error handling for fcntl F_GETOWN on modern...
2012-04-15 Rich Felkermove F_DUPFD_CLOEXEC out of bits
2012-04-15 Rich Felkeradd F_SETSIG and F_GETSIG (linux specific) to fcntl.h
2011-04-15 Rich Felkerfix O_SYNC definition, cleanup fcntl.h
2011-04-15 Rich Felkerfix FAPPEND typo on x86_64 (previously only fixed on...
2011-04-15 Rich Felkerfcntl.h: move macros that do not vary between archs...
2011-04-15 Rich Felkerfix broken fcntl locks on x86_64
2011-03-20 Rich Felkersyscall overhaul part two - unify public and internal...
2011-02-15 Nicholas J. KainPort musl to x86-64. One giant commit!