diff options
| author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-12-02 23:42:38 +0000 |
|---|---|---|
| committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-12-02 23:42:38 +0000 |
| commit | 18dfd6ac9c27cd45a2b55a11aaaebe44f5c50b20 (patch) | |
| tree | 8664712b5485223ae2b5b3a6c4ef852106d1e244 /lib/libpthread | |
| parent | 0230421b5596c8fb6c549f6095e00b1f9a093c27 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/thread/thr_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_private.h b/lib/libpthread/thread/thr_private.h index 4fa01194f38b..3395a6e69ecb 100644 --- a/lib/libpthread/thread/thr_private.h +++ b/lib/libpthread/thread/thr_private.h @@ -78,7 +78,7 @@ /* 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) #define DBG_MUTEX 0x0001 #define DBG_SIG 0x0002 |
