about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/sendto.S
blob: 10bcc6742be822f8de639e1ef415a5a224da080d (plain) (blame)
1
2
3
4
5
#define	socket	sendto
#define	__socket __libc_sendto
#define	NARGS	6
#include <pt-socket.S>
weak_alias (__libc_sendto, __sendto)