1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-10 05:03:06 +03:00

Hurd: accept4

This commit is contained in:
Thomas Schwinge
2012-05-10 12:53:02 -07:00
committed by Roland McGrath
parent bcf5524012
commit eb43375f0f
5 changed files with 119 additions and 61 deletions

View File

@@ -135,6 +135,9 @@ extern int __libc_accept (int __fd, __SOCKADDR_ARG __addr,
socklen_t *__restrict __addr_len)
__THROW;
libc_hidden_proto (accept)
extern int __libc_accept4 (int __fd, __SOCKADDR_ARG __addr,
socklen_t *__restrict __addr_len, int __flags)
__THROW;
/* Return the length of a `sockaddr' structure. */
#ifdef _HAVE_SA_LEN