* posix/unistd.h: Test [__USE_UNIX98] instead of [__USE_OPEN2K]

for gethostname declaration.
This commit is contained in:
Roland McGrath 2002-09-24 06:40:26 +00:00
parent 58e5204270
commit 5773e494b1
1 changed files with 3 additions and 0 deletions

View File

@ -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.