diff options
author | Andreas Jaeger <aj@suse.de> | 2002-01-28 10:49:11 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2002-01-28 10:49:11 +0000 |
commit | dde762a2b68f132452eefa75c0e6900e173d5412 (patch) | |
tree | 33b17289cbaae9e767f180c2eee55cb1424c1185 /linuxthreads/ChangeLog | |
parent | 2b94dab63c3977cb7cc2d839d8a797789e0cc632 (diff) | |
download | glibc-dde762a2b68f132452eefa75c0e6900e173d5412.tar.gz glibc-dde762a2b68f132452eefa75c0e6900e173d5412.tar.xz glibc-dde762a2b68f132452eefa75c0e6900e173d5412.zip |
(__pthread_spin_init): Clear *LOCK to 0.
2002-01-28 Andreas Jaeger <aj@suse.de> * sysdeps/mips/pspinlock.c (__pthread_spin_init): Clear *LOCK to 0. Patch by Machida Hiroyuki <machida@sm.sony.co.jp>. * sysdeps/s390/s390-32/pt-machine.h (MEMORY_BARRIER): Define. (CURRENT_STACK_FRAME): Remove duplicate definition. * sysdeps/s390/s390-64/pt-machine.h: Likewise.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index a8a98e8031..43e192f7c4 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,8 +1,13 @@ +2002-01-28 Andreas Jaeger <aj@suse.de> + + * sysdeps/mips/pspinlock.c (__pthread_spin_init): Clear *LOCK to + 0. Patch by Machida Hiroyuki <machida@sm.sony.co.jp>. + 2002-01-16 Martin Schwidefsky <schwidefsky@de.ibm.com> - * sysdeps/s390/s390-32/pt-machine.h (MEMORY_BARRIER): Define. - (CURRENT_STACK_FRAME): Remove duplicate definition. - * sysdeps/s390/s390-64/pt-machine.h: Likewise. + * sysdeps/s390/s390-32/pt-machine.h (MEMORY_BARRIER): Define. + (CURRENT_STACK_FRAME): Remove duplicate definition. + * sysdeps/s390/s390-64/pt-machine.h: Likewise. 2002-01-14 Martin Schwidefsky <schwidefsky@de.ibm.com> |