From 7b614a0c352fdaae883b0409a94c68bf06bfe914 Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Sun, 17 Nov 2019 11:40:26 +0100 Subject: [PATCH] utils/compat_16: Always include All major implementations have setfsuid() declaration in . This fixes build on musl and (probably) on uclibc). NOTE: maybe we should guard presence of with autotools, but we're not doing that for other it's uses. Fixes: 0e7a99b53 ("setfsgid, setfsuid: clean up and 16-bit version fixes") Signed-off-by: Petr Vorel [Upstream status: 7b614a0c352fdaae883b0409a94c68bf06bfe914] --- testcases/kernel/syscalls/utils/compat_16.h | 2 -- testcases/kernel/syscalls/utils/compat_tst_16.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/testcases/kernel/syscalls/utils/compat_16.h b/testcases/kernel/syscalls/utils/compat_16.h index 5b0338d38..75d5d2d28 100644 --- a/testcases/kernel/syscalls/utils/compat_16.h +++ b/testcases/kernel/syscalls/utils/compat_16.h @@ -24,9 +24,7 @@ #include #include -#if defined(__GLIBC__) || defined(__ANDROID__) #include -#endif #include #include diff --git a/testcases/kernel/syscalls/utils/compat_tst_16.h b/testcases/kernel/syscalls/utils/compat_tst_16.h index 3b86ef3e3..09fa8b0d8 100644 --- a/testcases/kernel/syscalls/utils/compat_tst_16.h +++ b/testcases/kernel/syscalls/utils/compat_tst_16.h @@ -21,9 +21,7 @@ #include #include -#if defined(__GLIBC__) || defined(__ANDROID__) #include -#endif #include #include -- 2.23.0