summaryrefslogtreecommitdiffstats
path: root/ipc/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/util.h')
-rw-r--r--ipc/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/util.h b/ipc/util.h
index 1f1109b83437..b35c0dfe3bc3 100644
--- a/ipc/util.h
+++ b/ipc/util.h
@@ -242,6 +242,7 @@ long ksys_semtimedop(int semid, struct sembuf __user *tsops,
242 const struct timespec __user *timeout); 242 const struct timespec __user *timeout);
243long ksys_semget(key_t key, int nsems, int semflg); 243long ksys_semget(key_t key, int nsems, int semflg);
244long ksys_semctl(int semid, int semnum, int cmd, unsigned long arg); 244long ksys_semctl(int semid, int semnum, int cmd, unsigned long arg);
245long ksys_msgget(key_t key, int msgflg);
245 246
246/* for CONFIG_ARCH_WANT_OLD_COMPAT_IPC */ 247/* for CONFIG_ARCH_WANT_OLD_COMPAT_IPC */
247#ifdef CONFIG_COMPAT 248#ifdef CONFIG_COMPAT