diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-21 01:30:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-21 01:30:20 +0000 |
commit | 89bc5366ba0418306d70becabe511a3f56a084e3 (patch) | |
tree | f032bc3402bacb41206bf6ade98815810b928201 /linuxthreads/ChangeLog | |
parent | 0fb7851fce038b80be60eae2d66d60f337a60e14 (diff) | |
download | glibc-89bc5366ba0418306d70becabe511a3f56a084e3.tar.gz glibc-89bc5366ba0418306d70becabe511a3f56a084e3.tar.xz glibc-89bc5366ba0418306d70becabe511a3f56a084e3.zip |
Fix typos.
* pthread.c (pthread_initialize): Don't use sysconf to determine 2000-07-18 Kaz Kylheku <kaz@ashi.footprints.net>
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 0b094a87dc..438f451a41 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -29,7 +29,7 @@ * spinlock.h (__pthread_trylock): Use __compare_and_swap, not compare_and_swap. - * pthread.c (pthread_initialize): Don't use syscond to determine + * pthread.c (pthread_initialize): Don't use sysconf to determine whether the machine has more than one processor. * spinlock.c (__pthread_alt_timedlock): Add back one of the @@ -41,7 +41,7 @@ __compare_and_swap to compare_and_swap in code which assumes compare swap is available. -2000-07-18 Kaz Kylheku <kaz@ashi.footprints.net> +2000-07-18 Kaz Kylheku <kaz@ashi.footprints.net> * spinlock.c (__pthread_alt_lock, __pthread_alt_timedlock): Fixed bug whereby thr field of waitnode structure would not be correctly |