diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-02-18 13:42:00 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-02-18 16:39:15 +0100 |
commit | 308e022fc46a944700ad5a41530f36aaa6cc7dae (patch) | |
tree | 0ae0d37dd8bbcbd4d8e5899cf2a717cec8ee0c46 /ChangeLog | |
parent | a5406364ac949f91867352cb2ae867629f083c5b (diff) | |
download | glibc-308e022fc46a944700ad5a41530f36aaa6cc7dae.tar.gz glibc-308e022fc46a944700ad5a41530f36aaa6cc7dae.tar.xz glibc-308e022fc46a944700ad5a41530f36aaa6cc7dae.zip |
resolv: Remove debugging code from compat-gethnamaddr.c
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a359b0631b..312ef3bd8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2019-02-18 Florian Weimer <fweimer@redhat.com> + * resolv/compat-gethnamaddr.c (Dprintf): Remove definition. + (getanswer): Do not call Dprintf. + (res_gethostbyname2_context): Likewise. + (res_gethostbyaddr_context): Likewise. + +2019-02-18 Florian Weimer <fweimer@redhat.com> + * libio/libio.h (_IO_stdin, _IO_stdout, _IO_stderr): Remove declaration. * libio/stdio.c (AL, AL2, _IO_stdin, _IO_stdout, _IO_stderr): |