projects
/
kopensolaris-gnu
/
glibc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fdwalk should return 0 on an empty directory
[kopensolaris-gnu/glibc.git]
/
include
/
sys
/
msg.h
1
#ifndef _SYS_MSG_H
2
#include <sysvipc/sys/msg.h>
3
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);
8
9
#endif