diff options
Diffstat (limited to 'libc/include/netdb.h')
| -rw-r--r-- | libc/include/netdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/include/netdb.h b/libc/include/netdb.h index 527d5c1..e165376 100644 --- a/libc/include/netdb.h +++ b/libc/include/netdb.h @@ -209,7 +209,7 @@ void endprotoent(void); void endservent(void); void freehostent(struct hostent *); struct hostent *gethostbyaddr(const void *, socklen_t, int); -int gethostbyaddr_r(const void *, int, int, struct hostent *, char *, size_t, struct hostent **, int *); +int gethostbyaddr_r(const void *, socklen_t, int, struct hostent *, char *, size_t, struct hostent **, int *); struct hostent *gethostbyname(const char *); int gethostbyname_r(const char *, struct hostent *, char *, size_t, struct hostent **, int *); struct hostent *gethostbyname2(const char *, int); |
