summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/pt-sendto.S
blob: d07a71f8adea5e1422753a542dc660dd2411f1a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <sysdep-cancel.h>
#ifndef __NR_sendto
#error Missing definition of NR_sendto needed for cancellation.
#endif
PSEUDO (__libc_sendto, sendto, 6)
ret
PSEUDO_END(__libc_sendto)
libpthread_hidden_def (__libc_sendto)
weak_alias (__libc_sendto, __sendto)
libpthread_hidden_weak (__sendto)
weak_alias (__libc_sendto, sendto)
libpthread_hidden_weak (sendto)