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>2003-01-10 06:13:45 +0300
committerChristopher Faylor <me@cgf.cx>2003-01-10 06:13:45 +0300
commitd5223b2b0a89ff9ee3f5eabf713724ef2452092e (patch)
treebc09a0f213aff6d1139ac8c6a6c2e61a9b7e7036 /winsup/cygwin/cygthread.cc
parent65f207e8b906dad44844227fdb7cdcf397496552 (diff)
* cygthread.cc (cygthread::cygthread): Be more noisy about odd condition.
* miscfuncs.cc (low_priority_sleep): Sleep in regular priority if that's what we're currently running at.
Diffstat (limited to 'winsup/cygwin/cygthread.cc')
-rw-r--r--winsup/cygwin/cygthread.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/cygthread.cc b/winsup/cygwin/cygthread.cc
index 5328a39bd..a354125ba 100644
--- a/winsup/cygwin/cygthread.cc
+++ b/winsup/cygwin/cygthread.cc
@@ -177,7 +177,7 @@ cygthread::cygthread (LPTHREAD_START_ROUTINE start, LPVOID param,
low_priority_sleep (0);
#else
{
- thread_printf ("waiting for %s<%p> to become active", __name, h);
+ system_printf ("waiting for %s<%p> to become active", __name, h);
low_priority_sleep (0);
}
#endif