aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-09-15 08:26:45 +0000
committerUlrich Drepper <drepper@redhat.com>2004-09-15 08:26:45 +0000
commitdc4f1624fce3d89df08923600837cace1329a88d (patch)
tree5b1b90f3c9b1087dca1c5bbc6c7a07216456d89d /ChangeLog
parentd19687d6ebc545b633e14c07429f7892a599d0b9 (diff)
downloadglibc-dc4f1624fce3d89df08923600837cace1329a88d.tar
glibc-dc4f1624fce3d89df08923600837cace1329a88d.tar.gz
glibc-dc4f1624fce3d89df08923600837cace1329a88d.tar.bz2
glibc-dc4f1624fce3d89df08923600837cace1329a88d.zip
Update.
* posix/Makefile (CFLAGS-getaddrinfo.c): Add -DUSE_NSCD.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d96d3ca9d..9478b280f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,7 @@
* nscd/nscd.h: Declare addhstai and readdhstai.
* sysdeps/posix/getaddrinfo.c: Add support for using cached results.
+ * posix/Makefile (CFLAGS-getaddrinfo.c): Add -DUSE_NSCD.
* nscd/nscd-client.h (struct datahead): Use uint8_t instead of bool.