Move debug toggle to pthread_debug.h.
This commit is contained in:
parent
de9d8cde2a
commit
6adb81d685
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pthread_sig.c,v 1.7 2003/01/30 01:12:42 nathanw Exp $ */
|
||||
/* $NetBSD: pthread_sig.c,v 1.8 2003/02/15 04:38:58 nathanw Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
|
@ -57,8 +57,6 @@
|
|||
#include "pthread.h"
|
||||
#include "pthread_int.h"
|
||||
|
||||
#undef PTHREAD_SIG_DEBUG
|
||||
|
||||
#ifdef PTHREAD_SIG_DEBUG
|
||||
#define SDPRINTF(x) DPRINTF(x)
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue