diff options
author | Roland McGrath <roland@gnu.org> | 2001-08-23 03:08:40 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-08-23 03:08:40 +0000 |
commit | 319a82b036811f23f0c6327def1d1716c2c9c95c (patch) | |
tree | fa944280783d9cf82e3b90e8076a2a5690a555be | |
parent | bedbf86c74436b1bc6d0dec4e282a286fddc9fbd (diff) | |
download | glibc-319a82b036811f23f0c6327def1d1716c2c9c95c.tar.gz glibc-319a82b036811f23f0c6327def1d1716c2c9c95c.tar.xz glibc-319a82b036811f23f0c6327def1d1716c2c9c95c.zip |
* sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
conditionalization of sa_handler/sa_sigaction member types to match the sysdeps/unix/sysv/linux file.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 10f1e12c69..1d74d9a149 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-08-22 Roland McGrath <roland@frob.com> + + * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up + conditionalization of sa_handler/sa_sigaction member types to + match the sysdeps/unix/sysv/linux file. + 2001-08-22 Ulrich Drepper <drepper@redhat.com> * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero |