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
foo
[glibc.git]
/
sysdeps
/
unix
/
sysv
/
linux
/
send.S
blob
259748f44ca13489031b29b1946b7c9bc2c503a1
1
#define socket send
2
#define __socket __libc_send
3
#define NARGS 4
4
#define NEED_CANCELLATION
5
#include <socket.S>
6
weak_alias (__libc_send, __send)
7
libc_hidden_def (__send)