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
hppa: Cleanup two build warnings for integer to pointers casts.
[glibc.git]
/
ports
/
sysdeps
/
unix
/
sysv
/
linux
/
hppa
/
socket.S
blob
dfbb721a8222ea00bdc34de7196fdeefd4138ae4
1
#include <sysdep.h>
2
3
.globl __socket
4
PSEUDO(__socket, socket, 3)
5
6
PSEUDO_END(__socket)
7
8
#ifndef NO_WEAK_ALIAS
9
weak_alias (__socket, socket)
10
#endif