aboutsummaryrefslogtreecommitdiffstats
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 6deadf77547e..0f07056e5a73 100644
--- a/ipc/util.h
+++ b/ipc/util.h
@@ -240,6 +240,7 @@ static inline int compat_ipc_parse_version(int *cmd)
240long ksys_semtimedop(int semid, struct sembuf __user *tsops, 240long ksys_semtimedop(int semid, struct sembuf __user *tsops,
241 unsigned int nsops, 241 unsigned int nsops,
242 const struct timespec __user *timeout); 242 const struct timespec __user *timeout);
243long ksys_semget(key_t key, int nsems, int semflg);
243 244
244/* for CONFIG_ARCH_WANT_OLD_COMPAT_IPC */ 245/* for CONFIG_ARCH_WANT_OLD_COMPAT_IPC */
245#ifdef CONFIG_COMPAT 246#ifdef CONFIG_COMPAT