summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/clone3/clone3_clear_sighand.c
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2020-09-12 14:08:19 +0300
committerKees Cook <keescook@chromium.org>2020-10-08 23:17:25 +0300
commite953aeaa913bedcdabc168276ef41c83ae75f161 (patch)
tree5177b5a6f2a37e031f2170bbc5f3a3904ae5b09c /tools/testing/selftests/clone3/clone3_clear_sighand.c
parenta39caac02f2f5819d39f37d7987babe19fcafe21 (diff)
downloadlinux-e953aeaa913bedcdabc168276ef41c83ae75f161.tar.xz
selftests/clone3: Avoid OS-defined clone_args
As the UAPI headers start to appear in distros, we need to avoid outdated versions of struct clone_args to be able to test modern features, named "struct __clone_args". Additionally update the struct size macro names to match UAPI names. Acked-by: Christian Brauner <christian.brauner@ubuntu.com> Link: https://lore.kernel.org/lkml/20200921075432.u4gis3s2o5qrsb5g@wittgenstein/ Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'tools/testing/selftests/clone3/clone3_clear_sighand.c')
-rw-r--r--tools/testing/selftests/clone3/clone3_clear_sighand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/clone3/clone3_clear_sighand.c b/tools/testing/selftests/clone3/clone3_clear_sighand.c
index db5fc9c5edcf..47a8c0fc3676 100644
--- a/tools/testing/selftests/clone3/clone3_clear_sighand.c
+++ b/tools/testing/selftests/clone3/clone3_clear_sighand.c
@@ -47,7 +47,7 @@ static void test_clone3_clear_sighand(void)
{
int ret;
pid_t pid;
- struct clone_args args = {};
+ struct __clone_args args = {};
struct sigaction act;
/*