index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
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; }