about summary refs log tree commit diff
path: root/include/sys/msg.h
blob: 43ec5b94729fde11d634057b8928d3040eadcaa5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _SYS_MSG_H
#include <sysvipc/sys/msg.h>

#ifndef _ISOMAC
extern ssize_t __libc_msgrcv (int msqid, void *msgp, size_t msgsz,
			      long int msgtyp, int msgflg);
extern int __libc_msgsnd (int msqid, const void *msgp, size_t msgsz,
			  int msgflg);
#endif

#endif