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