From 6adb81d6854b65395f2f91dd5260add355ea1b1e Mon Sep 17 00:00:00 2001 From: nathanw Date: Sat, 15 Feb 2003 04:38:58 +0000 Subject: [PATCH] Move debug toggle to pthread_debug.h. --- lib/libpthread/pthread_sig.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/libpthread/pthread_sig.c b/lib/libpthread/pthread_sig.c index f6c101474407..4f29a692ee09 100644 --- a/lib/libpthread/pthread_sig.c +++ b/lib/libpthread/pthread_sig.c @@ -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