x86: Add seperate non-temporal tunable for memset
[glibc.git] / sysdeps / unix / sysv / linux / aarch64 / send.c
blobdb4d36b2b1f290e68e1d39d02e399a1fcfe5bef0
1 #include <shlib-compat.h>
3 #include <sysdeps/unix/sysv/linux/send.c>
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. */
8 compat_symbol (libc, __libc_send, __send, GLIBC_2_17);
9 #endif