aboutsummaryrefslogtreecommitdiff
path: root/src/fcntl/posix_fallocate.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-08fix broken fallocate syscall in posix_fallocate•••the syscall takes an extra flag argument which should be zero to meet the POSIX requirements. Rich Felker1-1/+1
2012-09-08add timerfd interfaces (untested)Rich Felker2-0/+35