aboutsummaryrefslogtreecommitdiff
path: root/src/thread/__futex.c
AgeCommit message (Collapse)AuthorFilesLines
2018-09-12remove unused __futex function and source fileRich Felker1-7/+0
the direct syscall or various thin and mostly-inline wrappers around it are used instead internally. at some point a public futex function should be added, but it's not yet clear what the signature should be, and in the mean time this file is not useful.
2011-03-20global cleanup to use the new syscall interfaceRich Felker1-2/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+8