(root)/
glibc-2.38/
sysdeps/
unix/
sysv/
linux/
nios2/
send.c
       1  #include <shlib-compat.h>
       2  
       3  #include <sysdeps/unix/sysv/linux/send.c>
       4  
       5  #if OTHER_SHLIB_COMPAT (libpthread, GLIBC_2_21, GLIBC_2_34)
       6  /* libpthread compat symbol: Nios2 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_21);
       9  #endif