diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-08 06:31:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-08 06:31:04 +0000 |
commit | 67254a97d98f73a35ab995e8afccb3ded433c8b1 (patch) | |
tree | 456774aa415e12a4d77d585348a2c12e96f76e14 /nptl/ChangeLog | |
parent | 7ba0e52c39ae2a57933a856ce363ab0361ad1ed9 (diff) | |
download | glibc-67254a97d98f73a35ab995e8afccb3ded433c8b1.zip glibc-67254a97d98f73a35ab995e8afccb3ded433c8b1.tar.gz glibc-67254a97d98f73a35ab995e8afccb3ded433c8b1.tar.bz2 |
Update.
* malloc/malloc.h: Don't define __THROW if it is already defined.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 0530809..6857273 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,22 @@ 2004-09-07 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/alpha/pthread_once.c (__pthread_once): + Use atomic_increment instead of atomic_exchange_and_add. + * sysdeps/unix/sysv/linux/sparc/pthread_once.c (__pthread_once): + Likewise. + * sysdeps/unix/sysv/linux/ia64/pthread_once.c (__pthread_once): + Likewise. + * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once): + Likewise. + + * allocatestack.c (allocate_stack): Use atomic_increment_val + instead of atomic_exchange_and_add. + * sysdeps/unix/sysv/linux/sem_post.c (__new_sem_post): Likewise. + * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post): + Likewise. + * sysdeps/pthread/pthread_barrier_wait.c (pthread_barrier_wait): + Likewise. + * sysdeps/pthread/pthread.h (pthread_once): Remove __THROW since the initialization function might throw. |