strace/xlat/sigact_flags.in
Dmitry V. Levin a560ac718e xlat: rename SA_STACK to SA_ONSTACK
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.
2017-05-28 17:13:29 +00:00

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