aboutsummaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-06-26 01:14:06 +0000
committerUlrich Drepper <drepper@redhat.com>2003-06-26 01:14:06 +0000
commit0af6a1d959eefbc295c7d7319491ed190b160385 (patch)
tree9b044205bef5d26fe97603bf4db2dcb87df1a0ab /nptl
parent63b9245a1146e5658ca970987fe7922a5d0107a3 (diff)
downloadglibc-0af6a1d959eefbc295c7d7319491ed190b160385.zip
glibc-0af6a1d959eefbc295c7d7319491ed190b160385.tar.gz
glibc-0af6a1d959eefbc295c7d7319491ed190b160385.tar.bz2
Update.
2003-06-25 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/pthread.h (class __pthread_cleanup_class): Add missing closing braces. Patch by Christophe Saout <christophe@saout.de>.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index d22c1cf..1a02a38 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,9 @@
+2003-06-25 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/pthread/pthread.h (class __pthread_cleanup_class): Add
+ missing closing braces.
+ Patch by Christophe Saout <christophe@saout.de>.
+
2003-06-24 Roland McGrath <roland@redhat.com>
* pthread_mutex_trylock.c (__pthread_mutex_trylock): Typo fix.