diff options
| author | ad <ad@NetBSD.org> | 2008-06-05 23:38:51 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2008-06-05 23:38:51 +0000 |
| commit | 271002f500e8edd05aa7f6f838e35400a32dd421 (patch) | |
| tree | 717091845d707e79f8ba6b963a63d751f2ebe0ad /lib/libpthread/pthread_types.h | |
| parent | 6e390579fcd498f499dfd1f41f7d8c27e09d0374 (diff) | |
Back out previous because it breaks the build.
Diffstat (limited to 'lib/libpthread/pthread_types.h')
| -rw-r--r-- | lib/libpthread/pthread_types.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libpthread/pthread_types.h b/lib/libpthread/pthread_types.h index 0e9ee8ad984..919a15bd56a 100644 --- a/lib/libpthread/pthread_types.h +++ b/lib/libpthread/pthread_types.h @@ -1,4 +1,4 @@ -/* $NetBSD: pthread_types.h,v 1.11 2008/06/05 21:40:17 ad Exp $ */ +/* $NetBSD: pthread_types.h,v 1.12 2008/06/05 23:38:51 ad Exp $ */ /*- * Copyright (c) 2001, 2008 The NetBSD Foundation, Inc. @@ -98,10 +98,7 @@ struct __pthread_mutex_st { #define _PT_MUTEX_MAGIC 0x33330003 #define _PT_MUTEX_DEAD 0xDEAD0003 -#define _PTHREAD_MUTEX_INITIALIZER \ - { _PT_MUTEX_MAGIC, 0, 0, NULL, NULL } -#define _PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP \ - { _PT_MUTEX_MAGIC, 0, 0, NULL, (void *)2L } +#define _PTHREAD_MUTEX_INITIALIZER { _PT_MUTEX_MAGIC, 0, 0, NULL, NULL } struct __pthread_mutexattr_st { unsigned int ptma_magic; |
