rt: convert mq_timedsend/mq_timedreceive to use cancel.h macros
[uclibc-ng.git] / libpthread / nptl / sysdeps / unix / sysv / linux / sendto.S
blob7cb5278e92585a51c162309b24fd0ca925e7b058
1 #include <sysdep-cancel.h>
2 #ifndef __NR_sendto
3 #error Missing definition of NR_sendto needed for cancellation.
4 #endif
5 PSEUDO (__libc_sendto, sendto, 6)
6 ret
7 PSEUDO_END(__libc_sendto)
8 libc_hidden_def (__libc_sendto)
9 weak_alias (__libc_sendto, __sendto)
10 libc_hidden_weak (__sendto)
11 weak_alias (__libc_sendto, sendto)
12 libc_hidden_weak (sendto)