Manual typos: Low-Level Terminal Interface
[glibc.git] / include / sys / msg.h
blob43ec5b94729fde11d634057b8928d3040eadcaa5
1 #ifndef _SYS_MSG_H
2 #include <sysvipc/sys/msg.h>
4 #ifndef _ISOMAC
5 extern ssize_t __libc_msgrcv (int msqid, void *msgp, size_t msgsz,
6 long int msgtyp, int msgflg);
7 extern int __libc_msgsnd (int msqid, const void *msgp, size_t msgsz,
8 int msgflg);
9 #endif
11 #endif