1#include <shlib-compat.h>
2
3#include <sysdeps/unix/sysv/linux/send.c>
4
5#if OTHER_SHLIB_COMPAT (libpthread, GLIBC_2_17, GLIBC_2_34)
6/* libpthread compat symbol: AArch64 used the generic version without the
7 libc_hidden_def which lead in a non existent __send symbol in libc.so. */
8compat_symbol (libc, __libc_send, __send, GLIBC_2_17);
9#endif
10

source code of glibc/sysdeps/unix/sysv/linux/aarch64/send.c