From de2138164cd16145ee5fd4d0aef1e8f952c1a9fb Mon Sep 17 00:00:00 2001 From: ad Date: Fri, 2 Mar 2007 18:53:51 +0000 Subject: Remove the PTHREAD_SA option. If M:N threads is reimplemented it's better off done with a seperate library. --- lib/libpthread/pthread_debug.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lib/libpthread/pthread_debug.h') diff --git a/lib/libpthread/pthread_debug.h b/lib/libpthread/pthread_debug.h index 55942808720..b437e9e165a 100644 --- a/lib/libpthread/pthread_debug.h +++ b/lib/libpthread/pthread_debug.h @@ -1,4 +1,4 @@ -/* $NetBSD: pthread_debug.h,v 1.8 2004/03/14 01:19:42 cl Exp $ */ +/* $NetBSD: pthread_debug.h,v 1.9 2007/03/02 18:53:52 ad Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -114,13 +114,9 @@ int pthread__debuglog_newline(void); #undef PTHREAD_ALARM_DEBUG #undef PTHREAD_COND_DEBUG #define PTHREAD_MAIN_DEBUG -#undef PTHREAD_RUN_DEBUG #undef PTHREAD_PID_DEBUG -#define PTHREAD_SA_DEBUG -#undef PTHREAD_SIG_DEBUG #define PTHREAD_SPIN_DEBUG #undef PTHREAD_SPIN_DEBUG_PRINT -#undef PTHREAD_VP_DEBUG extern int pthread__debug_counters[PTHREADD_NCOUNTERS]; -- cgit