diff options
author | Roland McGrath <roland@gnu.org> | 2004-06-11 20:12:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-06-11 20:12:55 +0000 |
commit | a9e526e7d2fc77ee4b77de7e35a6d6a41c450fb2 (patch) | |
tree | 6dc248ed8af0c5df7ce65e837a95c687717d123c /nptl/ChangeLog | |
parent | f1847a84656ed3f8432d1c6d7c804e07b7caa84b (diff) | |
download | glibc-a9e526e7d2fc77ee4b77de7e35a6d6a41c450fb2.tar glibc-a9e526e7d2fc77ee4b77de7e35a6d6a41c450fb2.tar.gz glibc-a9e526e7d2fc77ee4b77de7e35a6d6a41c450fb2.tar.bz2 glibc-a9e526e7d2fc77ee4b77de7e35a6d6a41c450fb2.zip |
* sysdeps/s390/s390-32/backtrace.c (init): Guard with #ifdef SHARED.
(unwind_backtrace, unwind_getip): Define #ifndef SHARED.
(__backtrace): Don't call init #ifndef SHARED.
* sysdeps/s390/s390-64/backtrace.c (init): Guard with #ifdef SHARED.
(unwind_backtrace, unwind_getip): Define #ifndef SHARED.
(__backtrace): Don't call init #ifndef SHARED.
* sysdeps/ia64/backtrace.c (init): Guard with #ifdef SHARED.
(unwind_backtrace, unwind_getip): Define #ifndef SHARED.
(__backtrace): Don't call init #ifndef SHARED.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 01de11fa82..d86f449623 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,13 @@ +2004-06-08 Jakub Jelinek <jakub@redhat.com> + + * pthread_mutexattr_getpshared.c (pthread_mutex_getpshared): Fix + comment typo. + * pthread_mutexattr_gettype.c (pthread_mutexattr_gettype): Likewise. + * pthread_mutexattr_init.c (__pthread_mutexattr_init): Likewise. + * pthread_mutexattr_settype.c (__pthread_mutexattr_settype): Likewise. + * pthread_mutexattr_setpshared.c (pthread_mutexattr_setpshared): + Likewise. Reported by Bob Cook <bobcook47@hotmail.com>. + 2004-06-11 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/unix/sysv/linux/s390/lowlevellock.h (lll_compare_and_swap): |