aboutsummaryrefslogtreecommitdiff
path: root/src/thread/pthread_key_create.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-08add linux sync_file_range syscallRich Felker2-0/+20
2012-09-08move fallocate syscall wrapper to linux-specific syscalls dirRich Felker1-0/+0
2012-09-08add linux readahead syscallRich Felker2-0/+9
2012-09-08add fallocate (nonstandardized) function•••this is equivalent to posix_fallocate except that it has an extra mode/flags argument to control its behavior, and stores the error in errno rather than returning an error code. Rich Felker2-0/+12
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