summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/arpa
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/include/arpa')
-rw-r--r--winsup/cygwin/include/arpa/inet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/arpa/inet.h b/winsup/cygwin/include/arpa/inet.h
index f7db90021..d6b19fce7 100644
--- a/winsup/cygwin/include/arpa/inet.h
+++ b/winsup/cygwin/include/arpa/inet.h
@@ -27,7 +27,7 @@ in_addr_t inet_netof (struct in_addr);
in_addr_t inet_network (const char *);
char *inet_ntoa (struct in_addr);
int inet_pton (int, const char *, void *);
-const char *inet_ntop (int, const void *, char *, size_t);
+const char *inet_ntop (int, const void *, char *, socklen_t);
#endif
#ifdef __cplusplus