aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 965ac05e31..94446af99f 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,5 +1,7 @@
2000-06-20 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/i386/useldt.h: Include <stdlib.h>.
+
* sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _POSIX_BARRIERS.
* sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
@@ -10,6 +12,7 @@
* Examples/ex9.c: New file.
* sysdeps/pthread/pthread.h: Add barrier data types and declarations.
* sysdeps/pthread/bits/pthreadtypes.h: Likewise.
+ Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
2000-06-19 H.J. Lu <hjl@gnu.org>