diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-02-19 07:13:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-02-19 07:13:04 +0000 |
commit | 232bd771a3d50102597b20b2c2f2d420d41a1f19 (patch) | |
tree | 489ae289c21355328eda246d5fdd45a038aca422 | |
parent | a4082e64a222c245ec6c09eae16ad7359db7c856 (diff) | |
download | glibc-232bd771a3d50102597b20b2c2f2d420d41a1f19.tar.gz glibc-232bd771a3d50102597b20b2c2f2d420d41a1f19.tar.xz glibc-232bd771a3d50102597b20b2c2f2d420d41a1f19.zip |
Update.
2002-02-17 Andreas Schwab <schwab@suse.de> * signals.c (sigwait): Check for old sighandler being SIG_ERR, not NULL.
-rw-r--r-- | linuxthreads/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index fee9a7a67b..762b29e2c7 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2002-02-17 Andreas Schwab <schwab@suse.de> + + * signals.c (sigwait): Check for old sighandler being SIG_ERR, + not NULL. + 2002-02-12 Ulrich Drepper <drepper@redhat.com> * sysdeps/i386/tls.c (INSTALL_NEW_DTV): Define. |