Remove trailing tabs.
This commit is contained in:
parent
462f4effb1
commit
32c3034969
|
@ -43,7 +43,7 @@ Thu Jun 21 22:01:39 2001 Marius Gedminas <mgedmin@delfi.lt>
|
||||||
* thread.cc (__pthread_cond_timedwait): Lock the waiting mutex before
|
* thread.cc (__pthread_cond_timedwait): Lock the waiting mutex before
|
||||||
the condition protect mutex to avoid deadlocking. (Found by Greg Smith).
|
the condition protect mutex to avoid deadlocking. (Found by Greg Smith).
|
||||||
(__pthread_cond_wait): Ditto.
|
(__pthread_cond_wait): Ditto.
|
||||||
|
|
||||||
2001-06-30 Egor Duda <deo@logos-m.ru>
|
2001-06-30 Egor Duda <deo@logos-m.ru>
|
||||||
|
|
||||||
* fhandler.cc (fhandler_base::open): Work around windows bug when
|
* fhandler.cc (fhandler_base::open): Work around windows bug when
|
||||||
|
|
|
@ -401,7 +401,7 @@ pthread_cond::pthread_cond (pthread_condattr * attr):verifyable_object (PTHREAD_
|
||||||
{
|
{
|
||||||
system_printf ("couldn't init mutex, this %0p errno=%d\n", this, temperr);
|
system_printf ("couldn't init mutex, this %0p errno=%d\n", this, temperr);
|
||||||
/* we need the mutex for correct behaviour */
|
/* we need the mutex for correct behaviour */
|
||||||
magic = 0;
|
magic = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!this->win32_obj_id)
|
if (!this->win32_obj_id)
|
||||||
|
|
Loading…
Reference in New Issue