use a single libc and deduplicate threading code
[uclibc-ng.git] / libpthread / nptl / sysdeps / unix / sysv / linux / pt-recv.S
blob6d2e3c2d6f89130eae458256360ab030589e9426
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 libpthread_hidden_def (__libc_recv)
9 weak_alias (__libc_recv, __recv)
10 libpthread_hidden_weak (__recv)
11 weak_alias (__libc_recv, recv)
12 libpthread_hidden_weak (recv)