blob: 6a7a636e0a6f8be91bc5a2e12b65f1bdf4ff1c58 (
plain)
1
2
3
4
5
6
7
|
//go:build s390 || s390x
package seccomp
/* Architectures with CONFIG_CLONE_BACKWARDS2: the child stack
* and flags arguments are reversed so the flags come second */
const cloneArg = 1
|