diff options
Diffstat (limited to 'ipc/util.h')
-rw-r--r-- | ipc/util.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ipc/util.h b/ipc/util.h index 0e7d9223acc1..1187332a89d2 100644 --- a/ipc/util.h +++ b/ipc/util.h | |||
@@ -21,9 +21,11 @@ void shm_init (void); | |||
21 | struct ipc_namespace; | 21 | struct ipc_namespace; |
22 | 22 | ||
23 | #ifdef CONFIG_POSIX_MQUEUE | 23 | #ifdef CONFIG_POSIX_MQUEUE |
24 | void mq_exit_ns(struct ipc_namespace *ns); | 24 | extern void mq_clear_sbinfo(struct ipc_namespace *ns); |
25 | extern void mq_put_mnt(struct ipc_namespace *ns); | ||
25 | #else | 26 | #else |
26 | static inline void mq_exit_ns(struct ipc_namespace *ns) { } | 27 | static inline void mq_clear_sbinfo(struct ipc_namespace *ns) { } |
28 | static inline void mq_put_mnt(struct ipc_namespace *ns) { } | ||
27 | #endif | 29 | #endif |
28 | 30 | ||
29 | #ifdef CONFIG_SYSVIPC | 31 | #ifdef CONFIG_SYSVIPC |