patch-1.3.2 linux/include/linux/msg.h

Next file: linux/include/linux/sched.h
Previous file: linux/include/linux/ioctl.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.1/linux/include/linux/msg.h linux/include/linux/msg.h
@@ -67,6 +67,12 @@
 #define MSG_STAT 11
 #define MSG_INFO 12
 
+extern asmlinkage int sys_msgget (key_t key, int msgflg);
+extern asmlinkage int sys_msgsnd (int msqid, struct msgbuf *msgp, size_t msgsz, int msgflg);
+extern asmlinkage int sys_msgrcv (int msqid, struct msgbuf *msgp, size_t msgsz, long msgtyp,
+		       int msgflg);
+extern asmlinkage int sys_msgctl (int msqid, int cmd, struct msqid_ds *buf);
+
 #endif /* __KERNEL__ */
 
 #endif /* _LINUX_MSG_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this