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
/
listen.S
blob
bed6a05f25706574964d27db459e590aeb864159
1
#define socket listen
2
#define NARGS 2
3
#define NO_WEAK_ALIAS 1
4
#include <socket.S>
5
weak_alias (listen, __listen)