aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-02-19 18:55:39 +0000
committerUlrich Drepper <drepper@redhat.com>2001-02-19 18:55:39 +0000
commit4c48dc9386ff50f960ae9d7d71493bfd85ccb979 (patch)
treebabe088b6a157319a72cb0145be4a7b09e32202f /linuxthreads
parentb99a3ee2223e29059b00616365625cc9c55a362e (diff)
downloadglibc-4c48dc9386ff50f960ae9d7d71493bfd85ccb979.zip
glibc-4c48dc9386ff50f960ae9d7d71493bfd85ccb979.tar.gz
glibc-4c48dc9386ff50f960ae9d7d71493bfd85ccb979.tar.bz2
Update.
2001-02-18 Mark Kettenis <kettenis@gnu.org> * malloc/mtrace.c [USE_IN_LIBIO]: Define fopen as _IO_fopen64. (mtrace): Revert 2001-02-13 patch: use fopen instead of fopen64. 2001-02-17 H.J. Lu <hjl@gnu.org> * sysdeps/unix/sysv/linux/ia64/clone2.S: Use clone2 and don't use scratch registers across the system call.
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 0f6ce47..00441fa 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,8 @@
+2001-02-17 Jakub Jelinek <jakub@redhat.com>
+
+ * spinlock.c (__pthread_lock): Force lock->__status to be read from
+ memory on every spin.
+
2001-02-10 Andreas Jaeger <aj@suse.de>
* Makefile (extra-objs): New.