From 1acd28b4aec86a907846e1715bc95208d6e277e6 Mon Sep 17 00:00:00 2001 From: rpj Date: Sun, 21 Feb 1999 06:38:06 +0000 Subject: Sun Feb 21 1999 Ross Johnson * pthread.h (PTHREAD_MUTEX_INITIALIZER): missing braces around cs element initialiser. Bring some tests up-to-date. --- pthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pthread.h') diff --git a/pthread.h b/pthread.h index da85c5c..e17a2c6 100644 --- a/pthread.h +++ b/pthread.h @@ -468,7 +468,7 @@ extern "C" /* * */ -#define PTHREAD_MUTEX_INITIALIZER { 1, 1, 0, NULL } +#define PTHREAD_MUTEX_INITIALIZER { 1, 1, 0, {NULL} } /* -- cgit v1.2.3