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
Updated to fedora-glibc-20041110T0839
[glibc.git]
/
sysdeps
/
unix
/
sysv
/
linux
/
bind.S
blob
7719ad0be8bb6c2ad6c2722393b44f148a19de1c
1
#define socket bind
2
#define NARGS 3
3
#define NO_WEAK_ALIAS 1
4
#include <socket.S>
5
weak_alias (bind, __bind)