summaryrefslogtreecommitdiffstats
path: root/sys/sys/msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/msg.h')
-rw-r--r--sys/sys/msg.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/sys/msg.h b/sys/sys/msg.h
index f4193c8..8f56c94 100644
--- a/sys/sys/msg.h
+++ b/sys/sys/msg.h
@@ -163,8 +163,9 @@ struct msqid_kernel {
struct ucred *cred; /* creator's credentials */
};
-#else /* !_KERNEL */
+#endif /* _KERNEL */
+#if !defined(_KERNEL) || defined(_WANT_MSG_PROTOTYPES)
__BEGIN_DECLS
int msgctl(int, int, struct msqid_ds *);
int msgget(key_t, int);
@@ -176,6 +177,6 @@ int msgsys(int, ...);
#endif
__END_DECLS
-#endif /* _KERNEL */
+#endif /* !_KERNEL || _WANT_MSG_PROTOTYPES */
#endif /* !_SYS_MSG_H_ */
OpenPOWER on IntegriCloud