X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fthread%2Fpthread_create.c;h=d1eea0cead731d4523d0c09fc114ae91bd27f006;hb=6232b96f5153d0b718054a8bc569fcd7d596bab2;hp=a645f9fe3d3b1ab007210d971beb9cb487728e1c;hpb=11e4b92556a02f43b500e6815690354b0f710843;p=musl diff --git a/src/thread/pthread_create.c b/src/thread/pthread_create.c index a645f9fe..d1eea0ce 100644 --- a/src/thread/pthread_create.c +++ b/src/thread/pthread_create.c @@ -22,7 +22,7 @@ void __pthread_unwind_next(struct __ptcb *cb) longjmp((void *)cb->__next->__jb, 1); } - LOCK(&self->exitlock); + __lock(&self->exitlock); __pthread_tsd_run_dtors();