X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fthread%2Fpthread_create.c;h=0e1dbb2d2e75adcd8299b6b48dc960a5b9c846bc;hp=d84e50a96deaaf19e1a79fea198422e49535cde4;hb=e3234d01094d9ed62e90c6d52a44601dce93a1bb;hpb=aab33ec0a3c46ee82ef849a4c6308c9ccf7529bc diff --git a/src/thread/pthread_create.c b/src/thread/pthread_create.c index d84e50a9..0e1dbb2d 100644 --- a/src/thread/pthread_create.c +++ b/src/thread/pthread_create.c @@ -46,8 +46,6 @@ void pthread_exit(void *result) void __do_cleanup_push(struct __ptcb *cb, void (*f)(void *), void *x) { struct pthread *self = pthread_self(); - cb->__f = f; - cb->__x = x; cb->__next = self->cancelbuf; self->cancelbuf = cb; }