]> granicus.if.org Git - strace/commit
xlat: fix MCL_* fallback definitions on alpha, ppc, ppc64, and sparc
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 29 Apr 2018 21:59:55 +0000 (21:59 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 29 Apr 2018 21:59:55 +0000 (21:59 +0000)
commita6082255ac89d1c86f9039fe4fcccfcfb44c3fa0
tree9d7e34a9bb38d1dad07fd22d4e8c1c497137f998
parentc23a79e5b99261d4d9c20293ef7543431f11df1d
xlat: fix MCL_* fallback definitions on alpha, ppc, ppc64, and sparc

On these architectures, MCL_* constants are different.

* xlat/socketlayers.in [__alpha__ || __powerpc__ || __powerpc64__
|| __sparc__] (MCL_CURRENT, MCL_FUTURE, MCL_ONFAULT): Define to 0x2000,
0x4000, and 0x8000, respectively.
xlat/mlockall_flags.in