Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 26 Jun 2003 01:14:06 +0000 (01:14 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 26 Jun 2003 01:14:06 +0000 (01:14 +0000)
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>.

nptl/ChangeLog

index d22c1cf..1a02a38 100644 (file)
@@ -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.