diff options
Diffstat (limited to 'linux/syscall.h')
-rw-r--r-- | linux/syscall.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/syscall.h b/linux/syscall.h index bd1551860..11a431987 100644 --- a/linux/syscall.h +++ b/linux/syscall.h @@ -34,7 +34,7 @@ #include "sys_func.h" #include "sen.h" -#if NEED_UID16_PARSERS +#if HAVE_ARCH_UID16_SYSCALLS extern SYS_FUNC(chown16); extern SYS_FUNC(fchown16); extern SYS_FUNC(getgroups16); @@ -45,6 +45,6 @@ extern SYS_FUNC(setgroups16); extern SYS_FUNC(setresuid16); extern SYS_FUNC(setreuid16); extern SYS_FUNC(setuid16); -#endif +#endif /* HAVE_ARCH_UID16_SYSCALLS */ #endif /* !STRACE_LINUX_SYSCALL_H */ |