summaryrefslogtreecommitdiff
path: root/include/sys
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-07-31 09:43:14 -0700
committerRoland McGrath <roland@hack.frob.com>2012-07-31 09:43:14 -0700
commit789bd351b45f024b7f51e4886bf46b8e887ab6da (patch)
tree39d7051c24bb2f763c249f4895d9126e066d152d /include/sys
parent40ce302d37b7252b71c6d193abc17e6fe82d214d (diff)
Clean up stub accept4 definition.
Diffstat (limited to 'include/sys')
-rw-r--r--include/sys/socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sys/socket.h b/include/sys/socket.h
index e356b75b99..50e6bb3a74 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