X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fthread%2F__set_thread_area.c;h=136be575b8c4245a6cea788763d0081d5602ce25;hb=af3330d7648627816fbc82aa3247419e8a528230;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=7b2dd2235dd0db3a2f71e25d1c0925e0348e1996;p=musl diff --git a/src/thread/__set_thread_area.c b/src/thread/__set_thread_area.c index e69de29b..136be575 100644 --- a/src/thread/__set_thread_area.c +++ b/src/thread/__set_thread_area.c @@ -0,0 +1,6 @@ +#include "pthread_impl.h" + +int __set_thread_area(void *p) +{ + return -1; +}