From: Ulrich Drepper Date: Mon, 10 Apr 2000 04:51:32 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c3c5620b4e3b21bd895ae5c9c4d3b6720e1423e;p=thirdparty%2Fglibc.git Update. --- diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 5b7b17bc7a7..b4bebf975b9 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,9 @@ +2000-04-09 Ulrich Drepper + + * signals.c (sigaction): Fix return value for the case SIG is one + of the signals the implementation uses. + Patch by Xavier.Leroy@inria.fr. + 2000-03-23 Ulrich Drepper * mutex.c (__pthread_reset_pthread_once): Reset once_masterlock.