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 `.ctors' and `.dtors' output sections
[glibc.git]
/
sysdeps
/
unix
/
sysv
/
linux
/
recvmsg.S
blob
d44bc39f923bf480d9fd8ee101d78e5eebee677d
1
#define socket recvmsg
2
#define __socket __libc_recvmsg
3
#define NARGS 3
4
#define NEED_CANCELLATION
5
#include <socket.S>
6
weak_alias (__libc_recvmsg, __recvmsg)