]> git.ipfire.org Git - thirdparty/glibc.git/blame - ports/sysdeps/unix/sysv/linux/hppa/socket.S
Move all files into ports/ subdirectory in preparation for merge with glibc
[thirdparty/glibc.git] / ports / sysdeps / unix / sysv / linux / hppa / socket.S
CommitLineData
7e61a792
UD
1#include <sysdep.h>
2
3 .globl __socket
4PSEUDO(__socket, socket, 3)
5
6PSEUDO_END(__socket)
7
8#ifndef NO_WEAK_ALIAS
9weak_alias (__socket, socket)
10#endif