]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/pt-accept.S
update
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / libpthread / nptl / sysdeps / unix / sysv / linux / pt-accept.S
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)