From: Dmitry V. Levin Date: Sun, 28 May 2017 17:13:29 +0000 (+0000) Subject: xlat: rename SA_STACK to SA_ONSTACK X-Git-Tag: v4.18~151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a560ac718e8fe368ae362d4f9fe98db37f4eada4;p=strace 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. --- diff --git a/xlat/sigact_flags.in b/xlat/sigact_flags.in index 27bcff8a..00ad9431 100644 --- a/xlat/sigact_flags.in +++ b/xlat/sigact_flags.in @@ -1,5 +1,5 @@ SA_RESTORER -SA_STACK +SA_ONSTACK SA_RESTART SA_INTERRUPT SA_NODEFER