mirror of https://git.musl-libc.org/git/musl
Browse Source
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.master
2 changed files with 0 additions and 9 deletions
@ -1,7 +0,0 @@ |
|||
#include "futex.h" |
|||
#include "syscall.h" |
|||
|
|||
int __futex(volatile int *addr, int op, int val, void *ts) |
|||
{ |
|||
return syscall(SYS_futex, addr, op, val, ts); |
|||
} |
|||
Loading…
Reference in new issue