diff --git a/nptl/pthread_create.c b/nptl/pthread_create.c index 8507c3bf1d..49825f093e 100644 --- a/nptl/pthread_create.c +++ b/nptl/pthread_create.c @@ -464,6 +464,7 @@ __pthread_create_2_0 (newthread, attr, start_routine, arg) new_attr.guardsize = ps; new_attr.stackaddr = NULL; new_attr.stacksize = 0; + new_attr.cpuset = NULL; /* We will pass this value on to the real implementation. */ attr = (pthread_attr_t *) &new_attr;