rt: convert mq_timedsend/mq_timedreceive to use cancel.h macros
[uclibc-ng.git] / libpthread / nptl / sysdeps / unix / sysv / linux / accept.S
blob529763d8040954a727b6bfc98841d8c897df1341
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 libc_hidden_def (__libc_accept)
9 weak_alias (__libc_accept, __accept)
10 libc_hidden_weak (__accept)
11 weak_alias (__libc_accept, accept)
12 libc_hidden_weak (accept)