Linux/HPPA specific socket implementation.
authorUlrich Drepper <drepper@redhat.com>
Sun, 15 Oct 2000 03:28:06 +0000 (03:28 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 15 Oct 2000 03:28:06 +0000 (03:28 +0000)
sysdeps/unix/sysv/linux/hppa/socket.S [new file with mode: 0644]

diff --git a/sysdeps/unix/sysv/linux/hppa/socket.S b/sysdeps/unix/sysv/linux/hppa/socket.S
new file mode 100644 (file)
index 0000000..dfbb721
--- /dev/null
@@ -0,0 +1,10 @@
+#include <sysdep.h>
+
+       .globl __socket
+PSEUDO(__socket, socket, 3)
+
+PSEUDO_END(__socket)
+
+#ifndef NO_WEAK_ALIAS
+weak_alias (__socket, socket)
+#endif