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
/
recvfrom.S
blob
ccbb0a75dabb079e3ac60d20a1212d6833d70d0d
1
#define socket recvfrom
2
#define __socket __libc_recvfrom
3
#define NARGS 6
4
#define NEED_CANCELLATION
5
#include <socket.S>
6
weak_alias (__libc_recvfrom, __recvfrom)