* posix/unistd.h: Test [__USE_UNIX98] instead of [__USE_OPEN2K]
authorRoland McGrath <roland@gnu.org>
Tue, 24 Sep 2002 06:40:26 +0000 (06:40 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 24 Sep 2002 06:40:26 +0000 (06:40 +0000)
for gethostname declaration.

ChangeLog

index a55ec8b..5361795 100644 (file)
--- 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.