diff options
Diffstat (limited to 'libc/sysdeps/linux/common/setresuid.c')
-rw-r--r-- | libc/sysdeps/linux/common/setresuid.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/setresuid.c b/libc/sysdeps/linux/common/setresuid.c index 2d8122349..1249611a9 100644 --- a/libc/sysdeps/linux/common/setresuid.c +++ b/libc/sysdeps/linux/common/setresuid.c @@ -8,6 +8,7 @@ */ #include "syscalls.h" +#ifdef __USE_GNU #include <unistd.h> libc_hidden_proto(setresuid) @@ -35,3 +36,4 @@ int setresuid(uid_t ruid, uid_t euid, uid_t suid) #endif libc_hidden_def(setresuid) +#endif |