pt-sendto.S 358 B

123456789101112
  1. #include <sysdep-cancel.h>
  2. #ifndef __NR_sendto
  3. #error Missing definition of NR_sendto needed for cancellation.
  4. #endif
  5. PSEUDO (__libc_sendto, sendto, 6)
  6. ret
  7. PSEUDO_END(__libc_sendto)
  8. libpthread_hidden_def (__libc_sendto)
  9. weak_alias (__libc_sendto, __sendto)
  10. libpthread_hidden_weak (__sendto)
  11. weak_alias (__libc_sendto, sendto)
  12. libpthread_hidden_weak (sendto)