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