aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-12 20:39:58 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-12 20:39:58 +0000
commit0d655550deaaf5813c0b198bbc581164e80230d8 (patch)
tree6325e2ae78cd0727d9180dbd3227739cad9fd218 /linuxthreads
parent9f835f5fb48eb6e173a7ca3c678595dba28c5e7a (diff)
downloadglibc-0d655550deaaf5813c0b198bbc581164e80230d8.zip
glibc-0d655550deaaf5813c0b198bbc581164e80230d8.tar.gz
glibc-0d655550deaaf5813c0b198bbc581164e80230d8.tar.bz2
Update.
2000-07-12 H.J. Lu <hjl@gnu.org> * resolv/Versions (libresolv): Add __res_hostalias to GLIBC_2.2 for _nss_dns_gethostbyname2_r in resolv/nss_dns/dns-host.c. 2000-07-12 Ulrich Drepper <drepper@redhat.com> * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Shut gcc up although it is wrong.
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 10639f7..8bd9c75 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,7 @@
+2000-07-12 Bruno Haible <haible@clisp.cons.org>
+
+ * Examples/ex8.c: Include <sys/wait.h>, not <wait.h>.
+
2000-07-12 Ulrich Drepper <drepper@redhat.com>
* spinlock.c: Fix code for TEST_FOR_COMPARE_AND_SWAP being defined.