summaryrefslogtreecommitdiff
path: root/sysdeps/stub/accept.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/accept.c')
-rw-r--r--sysdeps/stub/accept.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/stub/accept.c b/sysdeps/stub/accept.c
index 8f65f5fe7b..c27070c0b1 100644
--- a/sysdeps/stub/accept.c
+++ b/sysdeps/stub/accept.c
@@ -28,7 +28,7 @@ int
accept (fd, addr, addr_len)
int fd;
__SOCKADDR_ARG addr;
- size_t *addr_len;
+ socklen_t *addr_len;
{
__set_errno (ENOSYS);
return -1;