summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread_debug.h
diff options
context:
space:
mode:
authorad <ad@NetBSD.org>2007-03-02 18:53:51 +0000
committerad <ad@NetBSD.org>2007-03-02 18:53:51 +0000
commitde2138164cd16145ee5fd4d0aef1e8f952c1a9fb (patch)
tree62f3356c867aad6687c1930c0d2b01494a60a30b /lib/libpthread/pthread_debug.h
parentdba14ef0a08bc45d3d11517130f37fff26a4ba4c (diff)
Remove the PTHREAD_SA option. If M:N threads is reimplemented it's
better off done with a seperate library.
Diffstat (limited to 'lib/libpthread/pthread_debug.h')
-rw-r--r--lib/libpthread/pthread_debug.h6
1 files changed, 1 insertions, 5 deletions
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];