diff options
author | Christopher Faylor <me@cgf.cx> | 2001-06-26 14:57:33 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-06-26 14:57:33 +0000 |
commit | 32c30349694070062428a8b52f362db45bf9d0c1 (patch) | |
tree | 950f9da362caae5d9c95d831fb8dbfb8de9ef167 | |
parent | 462f4effb11d00114b8285a991a3257d36db308a (diff) | |
download | newlib-32c30349694070062428a8b52f362db45bf9d0c1.zip newlib-32c30349694070062428a8b52f362db45bf9d0c1.tar.gz newlib-32c30349694070062428a8b52f362db45bf9d0c1.tar.bz2 |
Remove trailing tabs.
-rw-r--r-- | winsup/cygwin/ChangeLog | 2 | ||||
-rw-r--r-- | winsup/cygwin/thread.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 5207739..b1f56ed 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -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 the condition protect mutex to avoid deadlocking. (Found by Greg Smith). (__pthread_cond_wait): Ditto. - + 2001-06-30 Egor Duda <deo@logos-m.ru> * fhandler.cc (fhandler_base::open): Work around windows bug when diff --git a/winsup/cygwin/thread.cc b/winsup/cygwin/thread.cc index 63a7ff5..26c29c3 100644 --- a/winsup/cygwin/thread.cc +++ b/winsup/cygwin/thread.cc @@ -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); /* we need the mutex for correct behaviour */ - magic = 0; + magic = 0; } if (!this->win32_obj_id) |