summaryrefslogtreecommitdiff
path: root/src/fcntl/open.c
AgeCommit message (Expand)AuthorLines
2018-09-12remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker-2/+1
2014-10-30fix failure of open to read variadic mode argument for O_TMPFILERich Felker-1/+1
2014-06-06avoid invalid use of va_arg in openRich Felker-5/+8
2014-06-06add O_CLOEXEC fallback for open and related functionsRich Felker-1/+6
2014-05-24support kernels with no SYS_open syscall, only SYS_openatRich Felker-1/+1
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-1/+0
2011-04-17overhaul pthread cancellationRich Felker-5/+1
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/+21