summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/pt-accept.S
blob: 24062101d31887a42334331205e327ee4c88cd7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <sysdep-cancel.h>
#ifndef __NR_accept
#error Missing definition of NR_accept needed for cancellation.
#endif
PSEUDO (__libc_accept, accept, 3)
ret
PSEUDO_END(__libc_accept)
libpthread_hidden_def (__libc_accept)
weak_alias (__libc_accept, __accept)
libpthread_hidden_weak (__accept)
weak_alias (__libc_accept, accept)
libpthread_hidden_weak (accept)