summaryrefslogtreecommitdiff
path: root/src/fcntl/fcntl.c
AgeCommit message (Expand)AuthorLines
2015-04-21remove dead case for F_SETLKW in fcntlRich Felker-1/+0
2014-03-07in fcntl, use unsigned long instead of long for variadic argument typeRich Felker-2/+2
2014-01-08in fcntl, avoid passing pointer arguments to syscalls as longsRich Felker-3/+12
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-1/+0
2013-03-26provide emulation of fcntl F_DUPFD_CLOEXEC on old kernelsRich Felker-0/+16
2012-06-20proper error handling for fcntl F_GETOWN on modern kernelsRich Felker-1/+9
2012-05-31enable LARGEFILE64 aliasesRich Felker-2/+0
2011-10-09fix F_GETOWN return value handlingRich Felker-0/+1
2011-04-17overhaul pthread cancellationRich Felker-5/+2
2011-03-20global cleanup to use the new syscall interfaceRich Felker-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+22