index
:
grovel
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread
/
__set_thread_area.c
blob: f2ac6e97a61bf745b3b005c621fd4f594f8fdfaf (
plain
) (
blame
)
1
2
3
4
5
6
#include
<pthread_impl.h>
int
__set_thread_area
(
void
*
p
)
{
return
-1
;
}