diff options
| author | Scott Long <scottl@FreeBSD.org> | 2003-06-04 04:38:18 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2003-06-04 04:38:18 +0000 |
| commit | 89260fb910d48d29a4fe27ee9e8e8918550bf39d (patch) | |
| tree | 01f3fe6984605f8ba94785104954ac2b06e824a4 | |
| parent | 014c8592d1e207aed0902374f35736fe0a7be498 (diff) | |
Notes
| -rw-r--r-- | lib/libthr/thread/thr_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_private.h b/lib/libthr/thread/thr_private.h index 7bf1b143b254..6540bef43728 100644 --- a/lib/libthr/thread/thr_private.h +++ b/lib/libthr/thread/thr_private.h @@ -141,7 +141,7 @@ */ #define TAILQ_INITIALIZER { NULL, NULL } -#define UMTX_INITIALIZER { NULL, NULL } +#define UMTX_INITIALIZER { NULL } struct pthread_mutex_attr { enum pthread_mutextype m_type; |
