diff options
author | Roland McGrath <roland@gnu.org> | 2005-04-05 21:49:28 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-04-05 21:49:28 +0000 |
commit | 613d8d5290fd3196d71254d16e592fa5f20d9e24 (patch) | |
tree | ec369541b8b2dd31cad50778f964d50e618a6c2f /nptl | |
parent | 404a4e2fb3e29843d1cc14d2c77cf984cc98b4be (diff) | |
download | glibc-613d8d5290fd3196d71254d16e592fa5f20d9e24.zip glibc-613d8d5290fd3196d71254d16e592fa5f20d9e24.tar.gz glibc-613d8d5290fd3196d71254d16e592fa5f20d9e24.tar.bz2 |
* scripts/config.guess: Update from master, timestamp='2005-03-24'.
* scripts/config.sub: Update from master, timestamp='2005-02-10'.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 9aadf5c..96b35d6 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2005-04-05 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/pthread/pthread.h (__pthread_cleanup_routine): Use + __inline instead of inline. + * sysdeps/pthread/bits/libc-lock.h (__libc_cleanup_routine): Likewise. + 2005-03-31 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Use @@ -73,6 +79,7 @@ 2005-02-07 Richard Henderson <rth@redhat.com> + [BZ #787] * sysdeps/pthread/pthread.h (__sigsetjmp): Use pointer as first argument. |