about summary refs log tree commit diff
path: root/src/thread/__futex.c
Commit message (Collapse)AuthorAgeFilesLines
* remove unused __futex function and source fileRich Felker2018-09-121-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.
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-2/+1
|
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+8