summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Xu <davidxu@FreeBSD.org>2007-09-04 05:51:00 +0000
committerDavid Xu <davidxu@FreeBSD.org>2007-09-04 05:51:00 +0000
commit6f853e7dee0cd697c2f6a5b295332acf003d8155 (patch)
treee4ad72006eac623fdb34123e280b672ea1ef4a50 /lib
parent87bccab4ed4de37ba1718dac991e5668c6f06b3a (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libthr/thread/thr_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_private.h b/lib/libthr/thread/thr_private.h
index 021e092c4123..63b023fd8d43 100644
--- a/lib/libthr/thread/thr_private.h
+++ b/lib/libthr/thread/thr_private.h
@@ -72,7 +72,7 @@ typedef TAILQ_HEAD(atfork_head, pthread_atfork) atfork_head;
/* Output debug messages like this: */
#define stdout_debug(args...) _thread_printf(STDOUT_FILENO, ##args)
-#define stderr_debug(args...) _thread_printf(STDOUT_FILENO, ##args)
+#define stderr_debug(args...) _thread_printf(STDERR_FILENO, ##args)
#ifdef _PTHREADS_INVARIANTS
#define THR_ASSERT(cond, msg) do { \