diff options
author | Roland McGrath <roland@gnu.org> | 2001-07-23 07:36:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-07-23 07:36:52 +0000 |
commit | 42240ec16ec0f44f42ec39b7151ba2fa12c37f63 (patch) | |
tree | 5fe58b0d87a2755b2d598ef7d3b7a26b60257327 /ChangeLog | |
parent | 393aec52440dc47aab9971616b0d7521b8a4f431 (diff) | |
download | glibc-42240ec16ec0f44f42ec39b7151ba2fa12c37f63.tar glibc-42240ec16ec0f44f42ec39b7151ba2fa12c37f63.tar.gz glibc-42240ec16ec0f44f42ec39b7151ba2fa12c37f63.tar.bz2 glibc-42240ec16ec0f44f42ec39b7151ba2fa12c37f63.zip |
Must flee the whitespace police.
and SA_NODEFER options. Spurred to action by Igor Khavkine.
* sysdeps/generic/bits/sigaction.h (struct sigaction): Use a union
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ 2001-07-22 Roland McGrath <roland@frob.com> * hurd/hurdsig.c (_hurd_internal_post_signal): Support SA_RESETHAND - and SA_NODEFER options. Spurred to action by Igor Khavkine. + and SA_NODEFER options. Spurred to action by Igor Khavkine. * sysdeps/generic/bits/sigaction.h [__USE_UNIX98 || __USE_MISC] (SA_NODEFER, SA_RESETHAND): New macros, same bit values as FreeBSD. @@ -9,7 +9,7 @@ [__USE_MISC] (SA_NOMASK, SA_ONESHOT, SA_STACK): New macros, aliases as in other sysdeps versions of this file. - * sysdeps/generic/bits/sigaction.h (struct sigaction): Use a union + * sysdeps/generic/bits/sigaction.h (struct sigaction): Use a union and provide sa_handler and sa_sigaction member names as macros, as done in other sysdeps versions of this file. Suggested by Igor Khavkine <i_khavki@alcor.concordia.ca>. |