git.ckatri.com
/
mandoc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Simplify: mention at one place that -fkl override each other,
[mandoc.git]
/
test-recvmsg.c
1
#include <sys/socket.h>
2
#include <stddef.h>
3
4
int
5
main
(
void
)
6
{
7
return
recvmsg
(-
1
,
NULL
,
0
) != -
1
;
8
}