about summary refs log tree commit diff
path: root/nptl
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-04-05 21:49:28 +0000
committerRoland McGrath <roland@gnu.org>2005-04-05 21:49:28 +0000
commit613d8d5290fd3196d71254d16e592fa5f20d9e24 (patch)
treeec369541b8b2dd31cad50778f964d50e618a6c2f /nptl
parent404a4e2fb3e29843d1cc14d2c77cf984cc98b4be (diff)
downloadglibc-613d8d5290fd3196d71254d16e592fa5f20d9e24.tar.gz
glibc-613d8d5290fd3196d71254d16e592fa5f20d9e24.tar.xz
glibc-613d8d5290fd3196d71254d16e592fa5f20d9e24.zip
* 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/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 9aadf5c016..96b35d6958 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.