From: Ulrich Drepper Date: Wed, 15 Mar 2000 07:12:17 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eab8a3ca5e518e0745e92a2f72480fc365948a0;p=thirdparty%2Fglibc.git Update. --- diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 0025b87c025..d324dbee332 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,9 @@ +2000-03-14 Ulrich Drepper + + * mutex.c (__pthread_once): Handle cancelled init function correctly. + (pthread_once_cancelhandler): New function. + Patch by Kaz Kylheku . + 2000-02-22 Ulrich Drepper * semaphore.h (SEM_FAILED): Use 0 not NULL.