From: Ulrich Drepper Date: Sun, 15 Oct 2000 03:28:06 +0000 (+0000) Subject: Linux/HPPA specific socket implementation. X-Git-Tag: glibc-2.16-ports-merge^2~2186 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e61a792a4dee20664e395e0db19708b9d093629;p=platform%2Fupstream%2Fglibc.git Linux/HPPA specific socket implementation. --- diff --git a/sysdeps/unix/sysv/linux/hppa/socket.S b/sysdeps/unix/sysv/linux/hppa/socket.S new file mode 100644 index 0000000..dfbb721 --- /dev/null +++ b/sysdeps/unix/sysv/linux/hppa/socket.S @@ -0,0 +1,10 @@ +#include + + .globl __socket +PSEUDO(__socket, socket, 3) + +PSEUDO_END(__socket) + +#ifndef NO_WEAK_ALIAS +weak_alias (__socket, socket) +#endif