diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-05-11 17:52:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-05-11 17:52:42 +0000 |
commit | 04974d63590f47b4a8d0d0af3503d5838a2dd9f5 (patch) | |
tree | 8504cf8563539286d61eb87fe1c7e2993f8e3a19 /nptl/ChangeLog | |
parent | 3d237e425c326606721bed45c741729c35133c5f (diff) | |
download | glibc-04974d63590f47b4a8d0d0af3503d5838a2dd9f5.tar.gz glibc-04974d63590f47b4a8d0d0af3503d5838a2dd9f5.tar.xz glibc-04974d63590f47b4a8d0d0af3503d5838a2dd9f5.zip |
* pthread_key_create.c (__pthread_key_create): Do away with
__pthread_keys_lock. * sysdeps/unix/sysv/linux/pthread_setaffinity.c (__kernel_cpumask_size): Mark as hidden. * sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Likewise.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index c5374404e5..3ba665f7cd 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,12 @@ 2006-05-11 Ulrich Drepper <drepper@redhat.com> + * pthread_key_create.c (__pthread_key_create): Do away with + __pthread_keys_lock. + + * sysdeps/unix/sysv/linux/pthread_setaffinity.c + (__kernel_cpumask_size): Mark as hidden. + * sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Likewise. + * sem_open.c (__sem_mappings_lock): Mark as hidden. * semaphoreP.h (__sem_mappings_lock): Likewise. |