diff options
author | Roland McGrath <roland@gnu.org> | 2002-10-25 19:15:57 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-10-25 19:15:57 +0000 |
commit | c61ce8de6245e1e2a27f3b574c8ca047a009ec2e (patch) | |
tree | b7a0e22424afa38cddd99bb5471d6597d6e3eda8 | |
parent | 04a08397d53deabbd67d0cb534adb7e53be21189 (diff) | |
download | glibc-c61ce8de6245e1e2a27f3b574c8ca047a009ec2e.tar glibc-c61ce8de6245e1e2a27f3b574c8ca047a009ec2e.tar.gz glibc-c61ce8de6245e1e2a27f3b574c8ca047a009ec2e.tar.bz2 glibc-c61ce8de6245e1e2a27f3b574c8ca047a009ec2e.zip |
* sysdeps/posix/sigvec.c [SA_RESETHAND]: Disable wrapper hacks and
implement SV_RESETHAND by translating it to SA_RESETHAND.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2002-10-25 Roland McGrath <roland@redhat.com> + + * sysdeps/posix/sigvec.c [SA_RESETHAND]: Disable wrapper hacks and + implement SV_RESETHAND by translating it to SA_RESETHAND. + 2002-10-23 Alexandre Oliva <aoliva@redhat.com> * elf/dl-reloc.c (_dl_reloc_bad_use): Print the full 32-bit relocation |