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