diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-25 16:23:09 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 18:16:09 -0500 |
commit | 0980caea80ffffbaf78112621edd0c3553f44ef0 (patch) | |
tree | f8660c0e4192c875e6777e3c20f0bc153112a612 /arch/powerpc/include/asm/systbl.h | |
parent | 309e44b39e355770ec0cec7df26071beb298e7f2 (diff) | |
download | linux-stable-0980caea80ffffbaf78112621edd0c3553f44ef0.tar.gz linux-stable-0980caea80ffffbaf78112621edd0c3553f44ef0.tar.bz2 linux-stable-0980caea80ffffbaf78112621edd0c3553f44ef0.zip |
powerpc: switch to generic old sigsuspend
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/powerpc/include/asm/systbl.h')
-rw-r--r-- | arch/powerpc/include/asm/systbl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/systbl.h b/arch/powerpc/include/asm/systbl.h index 97909d3b1d7b..66a21c15e7cb 100644 --- a/arch/powerpc/include/asm/systbl.h +++ b/arch/powerpc/include/asm/systbl.h @@ -75,6 +75,7 @@ SYSCALL_SPU(sgetmask) COMPAT_SYS_SPU(ssetmask) SYSCALL_SPU(setreuid) SYSCALL_SPU(setregid) +#define compat_sys_sigsuspend sys_sigsuspend SYS32ONLY(sigsuspend) COMPAT_SYS(sigpending) COMPAT_SYS_SPU(sethostname) |