From 789bd351b45f024b7f51e4886bf46b8e887ab6da Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 31 Jul 2012 09:43:14 -0700 Subject: Clean up stub accept4 definition. --- include/sys/socket.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/sys/socket.h b/include/sys/socket.h index e356b75..50e6bb3 100644 --- a/include/sys/socket.h +++ b/include/sys/socket.h @@ -132,11 +132,11 @@ extern int __listen (int __fd, int __n) attribute_hidden; new socket's descriptor, or -1 for errors. */ extern int __libc_accept (int __fd, __SOCKADDR_ARG __addr, socklen_t *__restrict __addr_len) - __THROW; + __THROW attribute_hidden; libc_hidden_proto (accept) extern int __libc_accept4 (int __fd, __SOCKADDR_ARG __addr, socklen_t *__restrict __addr_len, int __flags) - __THROW; + __THROW attribute_hidden; /* Return the length of a `sockaddr' structure. */ #ifdef _HAVE_SA_LEN -- cgit v1.1