mirror of git://sourceware.org/git/glibc.git
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
This commit is contained in:
parent
393aec5244
commit
42240ec16e
|
|
@ -1,7 +1,7 @@
|
||||||
2001-07-22 Roland McGrath <roland@frob.com>
|
2001-07-22 Roland McGrath <roland@frob.com>
|
||||||
|
|
||||||
* hurd/hurdsig.c (_hurd_internal_post_signal): Support SA_RESETHAND
|
* 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]
|
* sysdeps/generic/bits/sigaction.h [__USE_UNIX98 || __USE_MISC]
|
||||||
(SA_NODEFER, SA_RESETHAND): New macros, same bit values as FreeBSD.
|
(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
|
[__USE_MISC] (SA_NOMASK, SA_ONESHOT, SA_STACK): New macros, aliases
|
||||||
as in other sysdeps versions of this file.
|
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
|
and provide sa_handler and sa_sigaction member names as macros, as
|
||||||
done in other sysdeps versions of this file.
|
done in other sysdeps versions of this file.
|
||||||
Suggested by Igor Khavkine <i_khavki@alcor.concordia.ca>.
|
Suggested by Igor Khavkine <i_khavki@alcor.concordia.ca>.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue