From: Roland McGrath Date: Tue, 24 Sep 2002 06:40:26 +0000 (+0000) Subject: * posix/unistd.h: Test [__USE_UNIX98] instead of [__USE_OPEN2K] X-Git-Tag: cvs/glibc-2-3~98 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5773e494b1ed96d81f16bf00249fc6420ca66979;p=platform%2Fupstream%2Fglibc.git * posix/unistd.h: Test [__USE_UNIX98] instead of [__USE_OPEN2K] for gethostname declaration. --- diff --git a/ChangeLog b/ChangeLog index a55ec8b..5361795 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,9 @@ 2002-09-23 Roland McGrath + * 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.