repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove gets declaration
[glibc.git]
/
include
/
sys
/
msg.h
blob
03e17f915ed2f3044ed94d142f7cb6176a3f8cc8
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