diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-01-12 01:35:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-01-12 01:35:51 +0000 |
commit | 6c69f24aa872c0b722f3f77e1e060cf6c8872b34 (patch) | |
tree | 543a38da17cb27059d98bf7642aa79a811cc4f83 /linuxthreads | |
parent | e57372d1e2b6fedc490e6670874077e9168c8807 (diff) | |
download | glibc-6c69f24aa872c0b722f3f77e1e060cf6c8872b34.tar.gz glibc-6c69f24aa872c0b722f3f77e1e060cf6c8872b34.tar.xz glibc-6c69f24aa872c0b722f3f77e1e060cf6c8872b34.zip |
Update.
2002-01-11 Ulrich Drepper <drepper@redhat.com> * elf/elf.h: Update x86 relocations.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 4edab3b453..655eacd0de 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2002-01-11 Andreas Schwab <schwab@suse.de> + + * signals.c (sighandler): Initialize all elements to SIG_ERR. + (__sigaction): Don't use value from sighandler if it is SIG_ERR. + 2002-01-06 Richard Henderson <rth@redhat.com> * sysdeps/alpha/elf/pt-initfini.c: New file. |