diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-18 00:46:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-18 00:46:40 +0000 |
commit | 0f4b99a643216c5ffea5bc3b2b1ae1d6940ae550 (patch) | |
tree | c05d72f0598e460f1b19208d488fe06d867768bb /conform | |
parent | 9d051d64233764957778bc017b9d7b6a57b1dd49 (diff) | |
download | glibc-0f4b99a643216c5ffea5bc3b2b1ae1d6940ae550.tar glibc-0f4b99a643216c5ffea5bc3b2b1ae1d6940ae550.tar.gz glibc-0f4b99a643216c5ffea5bc3b2b1ae1d6940ae550.tar.bz2 glibc-0f4b99a643216c5ffea5bc3b2b1ae1d6940ae550.zip |
Update.
2001-08-17 Ulrich Drepper <drepper@redhat.com>
* conform/data/netdb.h-data: Adjust gai_strerror return type.
* misc/getpass.c: Include wchar.h for prototypes.
* malloc/obstack.c: Likewise.
Diffstat (limited to 'conform')
-rw-r--r-- | conform/data/netdb.h-data | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conform/data/netdb.h-data b/conform/data/netdb.h-data index 14eaa141ed..d07846c636 100644 --- a/conform/data/netdb.h-data +++ b/conform/data/netdb.h-data @@ -77,7 +77,7 @@ function void endnetent (void) function void endprotoent (void) function void endservent (void) function void freeaddrinfo (struct addrinfo*) -function {char*} gai_strerror (int) +function {const char*} gai_strerror (int) function int getaddrinfo (const char*, const char*, const struct addrinfo*, struct addrinfo**) function {struct hostent*} gethostbyaddr (const void*, socklen_t, int) function {struct hostent*} gethostbyname (const char*) |