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