X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fthread%2Fpthread_create.c;h=6415125437a95c8d84312fba45ab10551147dea9;hb=83dc6eb087633abcf5608ad651d3b525ca2ec35e;hp=a7493c1041018e66209818c66ef30b319c89a74a;hpb=4c48501ee2a022a0dd207a2db4d346a00f9927a1;p=musl diff --git a/src/thread/pthread_create.c b/src/thread/pthread_create.c index a7493c10..64151254 100644 --- a/src/thread/pthread_create.c +++ b/src/thread/pthread_create.c @@ -206,7 +206,6 @@ int pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp new->map_size = size; new->stack = stack; new->stack_size = stack - stack_limit; - new->pid = self->pid; new->start = entry; new->start_arg = arg; new->self = new;