From 1a0e4e22eb2af794e5a4c4f94f46ab5ad3e4c1a9 Mon Sep 17 00:00:00 2001 From: mtm Date: Tue, 3 Jun 2003 09:31:33 +0000 Subject: [PATCH] Teach recent changes in the umtx structure in the kernel to the libthr initialiazer. Found by: tinderbox --- lib/libthr/thread/thr_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;