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>2005-01-29 08:39:07 +0300
committerChristopher Faylor <me@cgf.cx>2005-01-29 08:39:07 +0300
commit2eeb0e70a3c08c88e91283028bc2f89d8f237971 (patch)
treee579243b71f39e46cb78fed400946fedfbfa80f8 /winsup/cygwin/cygthread.cc
parent139acfca40f98f871addac67430ea69a8de6f0f5 (diff)
* cygthread.cc (new): Add a little more debugging.
* thread.cc (pthread_null::exit): Add a _my_tls.remove() for safety.
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 64d792bc0..adeecb320 100644
--- a/winsup/cygwin/cygthread.cc
+++ b/winsup/cygwin/cygthread.cc
@@ -141,7 +141,7 @@ new (size_t)
/* available */
#ifdef DEBUGGING
if (info->__name)
- api_fatal ("name not NULL? id %p, i %d", info->id, info - threads);
+ api_fatal ("name not NULL? %s, id %p, i %d", info->__name, info->id, info - threads);
#endif
goto out;
}