summaryrefslogtreecommitdiff
path: root/pthread_support.c
diff options
context:
space:
mode:
authorro@138bc75d-0d04-0410-961f-82ee72b054a4 <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-11 19:06:24 +0000
committerguest <ivmai@mail.ru>2011-07-29 10:54:30 +0400
commitfabe868451c3fdfddc055785a4232103828851c4 (patch)
tree08904ba287a831197340308e39cd55469e2eea98 /pthread_support.c
parent514afdb5c96e371834327d3b53318086e7de48f9 (diff)
downloadbdwgc-fabe868451c3fdfddc055785a4232103828851c4.tar.gz
* dyn_load.c: Fix typo.
* pthread_support.c (GC_get_thread_stack_base) [DEBUG_THREADS]: Use GC_printf0. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165328 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'pthread_support.c')
-rw-r--r--pthread_support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pthread_support.c b/pthread_support.c
index 57c8a16a..fd961f5d 100644
--- a/pthread_support.c
+++ b/pthread_support.c
@@ -1139,7 +1139,7 @@ GC_PTR GC_get_thread_stack_base()
if (pthread_getattr_np (my_pthread, &attr) != 0)
{
# ifdef DEBUG_THREADS
- GC_printf1("Can not determine stack base for attached thread");
+ GC_printf0("Can not determine stack base for attached thread");
# endif
return 0;
}