(__pthread_create_2_0): Clear new_attr.cpuset.

This commit is contained in:
Jakub Jelinek 2003-08-07 00:09:47 +00:00
parent 5700e886e3
commit ca85ede014
1 changed files with 1 additions and 0 deletions

View File

@ -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;