Dmitry V. Levin
a560ac718e
SA_ONSTACK is the standard name while its alias SA_STACK is not even defined on many platforms. * xlat/sigact_flags.in (SA_STACK): Rename to SA_ONSTACK.
21 lines
304 B
Plaintext
21 lines
304 B
Plaintext
SA_RESTORER
|
|
SA_ONSTACK
|
|
SA_RESTART
|
|
SA_INTERRUPT
|
|
SA_NODEFER
|
|
#if defined SA_NOMASK && SA_NODEFER != SA_NOMASK
|
|
SA_NOMASK
|
|
#endif
|
|
SA_RESETHAND
|
|
#if defined SA_ONESHOT && SA_ONESHOT != SA_RESETHAND
|
|
SA_ONESHOT
|
|
#endif
|
|
SA_SIGINFO
|
|
SA_RESETHAND
|
|
SA_ONSTACK
|
|
SA_NODEFER
|
|
SA_NOCLDSTOP
|
|
SA_NOCLDWAIT
|
|
_SA_BSDCALL
|
|
SA_NOPTRACE
|