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.
This commit is contained in:
Дмитрий Левин 2017-05-28 17:13:29 +00:00
parent 221da524ad
commit a560ac718e

View File

@ -1,5 +1,5 @@
SA_RESTORER
SA_STACK
SA_ONSTACK
SA_RESTART
SA_INTERRUPT
SA_NODEFER