diff options
author | Roland McGrath <roland@gnu.org> | 2002-09-24 06:40:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-09-24 06:40:26 +0000 |
commit | 5773e494b1ed96d81f16bf00249fc6420ca66979 (patch) | |
tree | f5bd3e1bc7c2b33613fa001a97b68983c6dadba3 | |
parent | 58e5204270473c320d77da5d327a671ba06048ae (diff) | |
download | glibc-5773e494b1ed96d81f16bf00249fc6420ca66979.zip glibc-5773e494b1ed96d81f16bf00249fc6420ca66979.tar.gz glibc-5773e494b1ed96d81f16bf00249fc6420ca66979.tar.bz2 |
* posix/unistd.h: Test [__USE_UNIX98] instead of [__USE_OPEN2K]
for gethostname declaration.
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |