]> sourceware.org Git - glibc.git/commitdiff
(__pthread_create_2_0): Clear new_attr.cpuset.
authorJakub Jelinek <jakub@redhat.com>
Thu, 7 Aug 2003 00:09:47 +0000 (00:09 +0000)
committerJakub Jelinek <jakub@redhat.com>
Thu, 7 Aug 2003 00:09:47 +0000 (00:09 +0000)
nptl/pthread_create.c

index 8507c3bf1d93e48fc49a363523e0e9740ebe4104..49825f093eb5a55acea16f81a6ab8971262eb314 100644 (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;
This page took 0.04046 seconds and 5 git commands to generate.