Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-06-26 18:57:33 +0400
committerChristopher Faylor <me@cgf.cx>2001-06-26 18:57:33 +0400
commit32c30349694070062428a8b52f362db45bf9d0c1 (patch)
tree950f9da362caae5d9c95d831fb8dbfb8de9ef167
parent462f4effb11d00114b8285a991a3257d36db308a (diff)
Remove trailing tabs.
-rw-r--r--winsup/cygwin/ChangeLog2
-rw-r--r--winsup/cygwin/thread.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 520773919..b1f56ed0d 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 63a7ff50b..26c29c3f2 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)