2.9
[glibc/nacl-glibc.git] / include / sys / msg.h
blob03e17f915ed2f3044ed94d142f7cb6176a3f8cc8
1 #ifndef _SYS_MSG_H
2 #include <sysvipc/sys/msg.h>
4 extern ssize_t __libc_msgrcv (int msqid, void *msgp, size_t msgsz,
5 long int msgtyp, int msgflg);
6 extern int __libc_msgsnd (int msqid, const void *msgp, size_t msgsz,
7 int msgflg);
9 #endif