forked from hjl-tools/glibc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* conform/conformtest.pl: Implement optional-type. * resolv/netdb.h: Include <netinet/in.h> not <sys/socket.h>. Include <rpc/netdb.h> only if __USE_MISC. Include <stdint.h> instead of defining uint32_t here. Define IPPORT_RESERVED. (struct hostent): Type of h_length element is int. (getnameinfo): Type of flags parameter is unsigned int. * inet/getnameinfo.c (getnameinfo): flags argument is unsigned. * conform/data/netdb.h-data: Add many missing definitions.
- Loading branch information
Ulrich Drepper
committed
Jan 27, 2001
1 parent
12b6430
commit ccd4b47
Showing
5 changed files
with
100 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
2001-01-26 Ulrich Drepper <[email protected]> | ||
|
||
* conform/conformtest.pl: Implement optional-type. | ||
|
||
* resolv/netdb.h: Include <netinet/in.h> not <sys/socket.h>. Include | ||
<rpc/netdb.h> only if __USE_MISC. Include <stdint.h> instead of | ||
defining uint32_t here. Define IPPORT_RESERVED. | ||
(struct hostent): Type of h_length element is int. | ||
(getnameinfo): Type of flags parameter is unsigned int. | ||
* inet/getnameinfo.c (getnameinfo): flags argument is unsigned. | ||
* conform/data/netdb.h-data: Add many missing definitions. | ||
|
||
* conform/conformtest.pl: Implement optional-macro. | ||
* conform/data/math.h-data: Update for XPG6. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters