rt: convert mq_timedsend/mq_timedreceive to use cancel.h macros
[uclibc-ng.git] / libpthread / nptl / sysdeps / unix / sysv / linux / pt-recvfrom.S
blob96aeeaa3d83eda61b855b55fe08f67953a1ecd76
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 libpthread_hidden_def (__libc_recvfrom)
9 weak_alias (__libc_recvfrom, __recvfrom)
10 libpthread_hidden_weak (__recvfrom)
11 weak_alias (__libc_recvfrom, recvfrom)
12 libpthread_hidden_weak (recvfrom)