summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread.h
diff options
context:
space:
mode:
authorad <ad@NetBSD.org>2008-06-05 23:38:51 +0000
committerad <ad@NetBSD.org>2008-06-05 23:38:51 +0000
commit271002f500e8edd05aa7f6f838e35400a32dd421 (patch)
tree717091845d707e79f8ba6b963a63d751f2ebe0ad /lib/libpthread/pthread.h
parent6e390579fcd498f499dfd1f41f7d8c27e09d0374 (diff)
Back out previous because it breaks the build.
Diffstat (limited to 'lib/libpthread/pthread.h')
-rw-r--r--lib/libpthread/pthread.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libpthread/pthread.h b/lib/libpthread/pthread.h
index 1d69a98f02c..4ede072d726 100644
--- a/lib/libpthread/pthread.h
+++ b/lib/libpthread/pthread.h
@@ -1,4 +1,4 @@
-/* $NetBSD: pthread.h,v 1.30 2008/06/05 21:40:17 ad Exp $ */
+/* $NetBSD: pthread.h,v 1.31 2008/06/05 23:38:51 ad Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -245,9 +245,6 @@ __END_DECLS
#define PTHREAD_RWLOCK_INITIALIZER _PTHREAD_RWLOCK_INITIALIZER
#define PTHREAD_SPINLOCK_INITIALIZER _PTHREAD_SPINLOCK_INITIALIZER
-#define PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP \
- _PTHREAD_MUTEX_RECURSIVE_INITIALIZER_NP
-
/*
* Use macros to rename many pthread functions to the corresponding
* libc symbols which are either trivial/no-op stubs or the real