index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread
/
__set_thread_area.c
blob: 136be575b8c4245a6cea788763d0081d5602ce25 (
plain
) (
blame
)
1
2
3
4
5
6
#include
"pthread_impl.h"
int
__set_thread_area
(
void
*
p
)
{
return
-1
;
}