aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-09-24 06:40:26 +0000
committerRoland McGrath <roland@gnu.org>2002-09-24 06:40:26 +0000
commit5773e494b1ed96d81f16bf00249fc6420ca66979 (patch)
treef5bd3e1bc7c2b33613fa001a97b68983c6dadba3 /ChangeLog
parent58e5204270473c320d77da5d327a671ba06048ae (diff)
downloadglibc-5773e494b1ed96d81f16bf00249fc6420ca66979.tar
glibc-5773e494b1ed96d81f16bf00249fc6420ca66979.tar.gz
glibc-5773e494b1ed96d81f16bf00249fc6420ca66979.tar.bz2
glibc-5773e494b1ed96d81f16bf00249fc6420ca66979.zip
* posix/unistd.h: Test [__USE_UNIX98] instead of [__USE_OPEN2K]
for gethostname declaration.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a55ec8be3f..5361795b57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
2002-09-23 Roland McGrath <roland@redhat.com>
+ * posix/unistd.h: Test [__USE_UNIX98] instead of [__USE_OPEN2K]
+ for gethostname declaration.
+
* catgets/open_catalog.c (__open_catalog): Don't use a value type
as the __builtin_expect expression, just the Boolean value.