diff options
author | Jakub Jelinek <jakub@redhat.com> | 2003-08-07 00:09:55 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2003-08-07 00:09:55 +0000 |
commit | ce0d30a05866818d3db9653b49d0091e39aa0a44 (patch) | |
tree | 353407bee7b3722f732dff0afe3984d5dd6a6efc /nptl | |
parent | ca85ede014397967108f7dbf8e0681901df229d1 (diff) | |
download | glibc-ce0d30a05866818d3db9653b49d0091e39aa0a44.tar.gz glibc-ce0d30a05866818d3db9653b49d0091e39aa0a44.tar.xz glibc-ce0d30a05866818d3db9653b49d0091e39aa0a44.zip |
* pthread_create.c (__pthread_create_2_0): Clear new_attr.cpuset.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index d68c12e274..dbd9f04dec 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2003-08-07 Jakub Jelinek <jakub@redhat.com> + + * pthread_create.c (__pthread_create_2_0): Clear new_attr.cpuset. + 2003-08-03 Jakub Jelinek <jakub@redhat.com> * sysdeps/pthread/createthread.c (do_clone): Move error handling |