aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/unistd.h')
-rw-r--r--include/asm-powerpc/unistd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-powerpc/unistd.h b/include/asm-powerpc/unistd.h
index 19eaac3fbbf9..76daec496062 100644
--- a/include/asm-powerpc/unistd.h
+++ b/include/asm-powerpc/unistd.h
@@ -444,11 +444,13 @@ type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5, type6 arg6
444#define __ARCH_WANT_SYS_SIGPENDING 444#define __ARCH_WANT_SYS_SIGPENDING
445#define __ARCH_WANT_SYS_SIGPROCMASK 445#define __ARCH_WANT_SYS_SIGPROCMASK
446#define __ARCH_WANT_SYS_RT_SIGACTION 446#define __ARCH_WANT_SYS_RT_SIGACTION
447#define __ARCH_WANT_SYS_RT_SIGSUSPEND
447#ifdef CONFIG_PPC32 448#ifdef CONFIG_PPC32
448#define __ARCH_WANT_OLD_STAT 449#define __ARCH_WANT_OLD_STAT
449#endif 450#endif
450#ifdef CONFIG_PPC64 451#ifdef CONFIG_PPC64
451#define __ARCH_WANT_COMPAT_SYS_TIME 452#define __ARCH_WANT_COMPAT_SYS_TIME
453#define __ARCH_WANT_COMPAT_SYS_RT_SIGSUSPEND
452#endif 454#endif
453 455
454/* 456/*