diff options
author | Geoff Keating <geoffk@cygnus.com> | 2000-06-12 07:00:35 +0000 |
---|---|---|
committer | Geoff Keating <geoffk@cygnus.com> | 2000-06-12 07:00:35 +0000 |
commit | 2b72ebac3fdf9991e797f788b8bf636b9fcb2c7b (patch) | |
tree | fc26ec5b7b90396c9f78457a860ce51b41f6b136 /linuxthreads/ChangeLog | |
parent | 38677aced0c16cd290b8250e07c174ae8c5c7292 (diff) | |
download | glibc-2b72ebac3fdf9991e797f788b8bf636b9fcb2c7b.zip glibc-2b72ebac3fdf9991e797f788b8bf636b9fcb2c7b.tar.gz glibc-2b72ebac3fdf9991e797f788b8bf636b9fcb2c7b.tar.bz2 |
* sysdeps/powerpc/pspinlock.c (__pthread_spin_lock): Implement. (__pthread_spin_trylock): Implement. (__pthread_spin_unlock): Implement. (__pthread_spin_init): Implement. (__pthread_spin_destroy): Implement.
2000-06-11 Geoff Keating <geoffk@cygnus.com>
* sysdeps/powerpc/pspinlock.c (__pthread_spin_lock): Implement.
(__pthread_spin_trylock): Implement.
(__pthread_spin_unlock): Implement.
(__pthread_spin_init): Implement.
(__pthread_spin_destroy): Implement.
really append the entry.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index c508e8d..c948fe3 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,7 +1,15 @@ +2000-06-11 Geoff Keating <geoffk@cygnus.com> + + * sysdeps/powerpc/pspinlock.c (__pthread_spin_lock): Implement. + (__pthread_spin_trylock): Implement. + (__pthread_spin_unlock): Implement. + (__pthread_spin_init): Implement. + (__pthread_spin_destroy): Implement. + 2000-06-10 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/timer_routines.c (list_append): Little fix to - reall append the entry. + really append the entry. 2000-06-10 Andreas Jaeger <aj@suse.de> |