diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-07-18 05:40:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-07-18 05:40:39 +0000 |
commit | bbacd44b2a17982104a007218d46f76132abbed0 (patch) | |
tree | 1d1b4b2cd97f07a5cd3f96051a296ad4ad306387 /include | |
parent | 5da9f08469c8143b3f4a06fdf117683e3b1bf394 (diff) | |
download | glibc-bbacd44b2a17982104a007218d46f76132abbed0.tar glibc-bbacd44b2a17982104a007218d46f76132abbed0.tar.gz glibc-bbacd44b2a17982104a007218d46f76132abbed0.tar.bz2 glibc-bbacd44b2a17982104a007218d46f76132abbed0.zip |
Update.
* include/netdb.h: Likewise.
Diffstat (limited to 'include')
-rw-r--r-- | include/netdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netdb.h b/include/netdb.h index 3311e45046..8fffe3cc5d 100644 --- a/include/netdb.h +++ b/include/netdb.h @@ -8,7 +8,7 @@ extern int __gethostent_r __P ((struct hostent *__restrict __result_buf, int *__restrict __h_errnop)); extern int __gethostbyaddr_r __P ((__const char *__restrict __addr, - int __len, int __type, + size_t __len, int __type, struct hostent *__restrict __result_buf, char *__restrict __buf, size_t __buflen, struct hostent **__restrict __result, |