Move debug toggle to pthread_debug.h.

This commit is contained in:
nathanw 2003-02-15 04:38:58 +00:00
parent de9d8cde2a
commit 6adb81d685
1 changed files with 1 additions and 3 deletions

View File

@ -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