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