summaryrefslogtreecommitdiff
path: root/src/thread/__futex.c
AgeCommit message (Collapse)AuthorLines
2018-09-12remove unused __futex function and source fileRich Felker-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 Felker-2/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+8