rt: convert mq_timedsend/mq_timedreceive to use cancel.h macros
[uclibc-ng.git] / libpthread / nptl / sysdeps / unix / sysv / linux / pt-accept.S
blob24062101d31887a42334331205e327ee4c88cd7a
1 #include <sysdep-cancel.h>
2 #ifndef __NR_accept
3 #error Missing definition of NR_accept needed for cancellation.
4 #endif
5 PSEUDO (__libc_accept, accept, 3)
6 ret
7 PSEUDO_END(__libc_accept)
8 libpthread_hidden_def (__libc_accept)
9 weak_alias (__libc_accept, __accept)
10 libpthread_hidden_weak (__accept)
11 weak_alias (__libc_accept, accept)
12 libpthread_hidden_weak (accept)