mirror of
https://sourceware.org/git/glibc.git
synced 2025-05-28 16:21:30 +03:00
Fix typos.
* pthread.c (pthread_initialize): Don't use sysconf to determine 2000-07-18 Kaz Kylheku <kaz@ashi.footprints.net>
This commit is contained in:
parent
0fb7851fce
commit
89bc5366ba
@ -29,7 +29,7 @@
|
|||||||
* spinlock.h (__pthread_trylock): Use __compare_and_swap, not
|
* spinlock.h (__pthread_trylock): Use __compare_and_swap, not
|
||||||
compare_and_swap.
|
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.
|
whether the machine has more than one processor.
|
||||||
|
|
||||||
* spinlock.c (__pthread_alt_timedlock): Add back one of the
|
* 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_and_swap to compare_and_swap in code which assumes
|
||||||
compare swap is available.
|
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
|
* spinlock.c (__pthread_alt_lock, __pthread_alt_timedlock): Fixed
|
||||||
bug whereby thr field of waitnode structure would not be correctly
|
bug whereby thr field of waitnode structure would not be correctly
|
||||||
|
Loading…
x
Reference in New Issue
Block a user