accept.S 340 B

123456789101112
  1. #include <sysdep-cancel.h>
  2. #ifndef __NR_accept
  3. #error Missing definition of NR_accept needed for cancellation.
  4. #endif
  5. PSEUDO (__libc_accept, accept, 3)
  6. ret
  7. PSEUDO_END(__libc_accept)
  8. libc_hidden_def (__libc_accept)
  9. weak_alias (__libc_accept, __accept)
  10. libc_hidden_weak (__accept)
  11. weak_alias (__libc_accept, accept)
  12. libc_hidden_weak (accept)