diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-19 18:55:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-19 18:55:39 +0000 |
commit | 4c48dc9386ff50f960ae9d7d71493bfd85ccb979 (patch) | |
tree | babe088b6a157319a72cb0145be4a7b09e32202f /linuxthreads/ChangeLog | |
parent | b99a3ee2223e29059b00616365625cc9c55a362e (diff) | |
download | glibc-4c48dc9386ff50f960ae9d7d71493bfd85ccb979.tar.gz glibc-4c48dc9386ff50f960ae9d7d71493bfd85ccb979.tar.xz glibc-4c48dc9386ff50f960ae9d7d71493bfd85ccb979.zip |
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/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 0f6ce4725d..00441fa149 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. |