summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/unistd.h
diff options
context:
space:
mode:
authorSam bobroff <sam.bobroff@au1.ibm.com>2015-10-13 12:49:28 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2015-10-15 20:31:57 +1100
commita34236155afb1cc41945e58388ac988431bcb0b8 (patch)
tree4d63e6549a20694883ca3cf4326f885712792044 /arch/powerpc/include/asm/unistd.h
parentf7688056cba1a69b1bd595465cd203e20da420e0 (diff)
downloadlinux-stable-a34236155afb1cc41945e58388ac988431bcb0b8.tar.gz
linux-stable-a34236155afb1cc41945e58388ac988431bcb0b8.tar.bz2
linux-stable-a34236155afb1cc41945e58388ac988431bcb0b8.zip
powerpc: Individual System V IPC system calls
This patch provides individual system call numbers for the following System V IPC system calls, on PowerPC, so that they do not need to be multiplexed: * semop, semget, semctl, semtimedop * msgsnd, msgrcv, msgget, msgctl * shmat, shmdt, shmget, shmctl Signed-off-by: Sam Bobroff <sam.bobroff@au1.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/asm/unistd.h')
-rw-r--r--arch/powerpc/include/asm/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/unistd.h b/arch/powerpc/include/asm/unistd.h
index 13411be86041..6d8f8023ac27 100644
--- a/arch/powerpc/include/asm/unistd.h
+++ b/arch/powerpc/include/asm/unistd.h
@@ -12,7 +12,7 @@
#include <uapi/asm/unistd.h>
-#define __NR_syscalls 366
+#define __NR_syscalls 378
#define __NR__exit __NR_exit
#define NR_syscalls __NR_syscalls