pt-sendmsg.S 370 B

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