diff options
author | Pino Toscano <toscano.pino@tiscali.it> | 2012-07-26 21:41:52 +0200 |
---|---|---|
committer | Pino Toscano <toscano.pino@tiscali.it> | 2012-07-26 21:41:52 +0200 |
commit | f3c22df3c5d5dce995a485df23f2dd0bb89a66d5 (patch) | |
tree | 435159b5c2e477757fb6373ed6e3b30721e34ff5 /ChangeLog | |
parent | 350c17484753152c79ee34a966bbaf80bdf3cf9f (diff) | |
download | glibc-f3c22df3c5d5dce995a485df23f2dd0bb89a66d5.tar.gz glibc-f3c22df3c5d5dce995a485df23f2dd0bb89a66d5.tar.xz glibc-f3c22df3c5d5dce995a485df23f2dd0bb89a66d5.zip |
Provide a generic empty version of __check_native.
Add an empty implementation of __check_native, as used in the posix version of getaddrinfo. This allows non-Linux GNU-based OSes to compile.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8d669dae00..9fb871da32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-07-26 Pino Toscano <toscano.pino@tiscali.it> + + * inet/check_native.c: New file. + 2012-07-26 Joseph Myers <joseph@codesourcery.com> [BZ #13629] |