diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-18 22:09:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-18 22:09:09 +0000 |
commit | 247c88694bd583af7967c9d785d5c3ebbd843de5 (patch) | |
tree | 68ed6f498e8f9a55dd1fad856830e5bc24811adc /linuxthreads/ChangeLog | |
parent | 695a076385ac3b4f4e3aed34945e4c5c7606503f (diff) | |
download | glibc-247c88694bd583af7967c9d785d5c3ebbd843de5.zip glibc-247c88694bd583af7967c9d785d5c3ebbd843de5.tar.gz glibc-247c88694bd583af7967c9d785d5c3ebbd843de5.tar.bz2 |
Update.
* nss/makedb.c (main): Compare result of load_db with
NSS_STATUS_SUCCESS and not 0.
Patch by Jan Rekorajski <baggins@sith.mimuw.edu.pl>.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 661dfd2..750ad05 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,8 @@ 2000-07-18 Ulrich Drepper <drepper@redhat.com> + * pthread.c (pthread_initialize): Don't use syscond to determine + whether the machine has more than one processor. + * spinlock.c (__pthread_alt_timedlock): Add back one of the removed thread_self calls. |