Move all files into ports/ subdirectory in preparation for merge with glibc
[glibc.git] / ports / sysdeps / unix / sysv / linux / hppa / socket.S
blobdfbb721a8222ea00bdc34de7196fdeefd4138ae4
1 #include <sysdep.h>
3         .globl __socket
4 PSEUDO(__socket, socket, 3)
6 PSEUDO_END(__socket)
8 #ifndef NO_WEAK_ALIAS
9 weak_alias (__socket, socket)
10 #endif