diff options
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/send.S')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/send.S | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/send.S b/nptl/sysdeps/unix/sysv/linux/send.S new file mode 100644 index 0000000000..f20c54321b --- /dev/null +++ b/nptl/sysdeps/unix/sysv/linux/send.S @@ -0,0 +1,6 @@ +#define socket send +#define __socket __libc_send +#define NARGS 4 +#include <pt-socket.S> +weak_alias (__libc_send, __send) +libc_hidden_def (__send) |