summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/send.S
blob: eb744c7121d7a524d958c7856fc0cfd0b66a10ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <sysdep-cancel.h>
#ifndef __NR_send
#error Missing definition of NR_send needed for cancellation.
#endif
PSEUDO (__libc_send, send, 4)
ret
PSEUDO_END (__libc_send)
libc_hidden_def (__libc_send)
weak_alias (__libc_send, __send)
libc_hidden_weak (__send)
weak_alias (__libc_send, send)
libc_hidden_weak (send)