From: Ulrich Drepper Date: Thu, 26 Jun 2003 01:14:06 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_3~523 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0af6a1d959eefbc295c7d7319491ed190b160385;p=platform%2Fupstream%2Fglibc.git Update. 2003-06-25 Ulrich Drepper * sysdeps/pthread/pthread.h (class __pthread_cleanup_class): Add missing closing braces. Patch by Christophe Saout . --- 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 + + * sysdeps/pthread/pthread.h (class __pthread_cleanup_class): Add + missing closing braces. + Patch by Christophe Saout . + 2003-06-24 Roland McGrath * pthread_mutex_trylock.c (__pthread_mutex_trylock): Typo fix.