From f9c7be5357b2e6096b97a896277a1019acf4c4fa Mon Sep 17 00:00:00 2001 From: John Birrell Date: Sat, 4 Apr 1998 10:58:12 +0000 Subject: Rename static initializer defines for opaque structures so that the POSIX specified names can be declared in pthread.h. --- lib/libpthread/thread/thr_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libpthread/thread/thr_private.h') diff --git a/lib/libpthread/thread/thr_private.h b/lib/libpthread/thread/thr_private.h index e4b377a00c6a..dc36d8da53f0 100644 --- a/lib/libpthread/thread/thr_private.h +++ b/lib/libpthread/thread/thr_private.h @@ -108,7 +108,7 @@ struct pthread_mutex { /* * Static mutex initialization values. */ -#define PTHREAD_MUTEX_INITIALIZER \ +#define PTHREAD_MUTEX_STATIC_INITIALIZER \ { MUTEX_TYPE_FAST, PTHREAD_QUEUE_INITIALIZER, \ NULL, { NULL }, MUTEX_FLAGS_INITED } @@ -147,7 +147,7 @@ struct pthread_cond_attr { /* * Static cond initialization values. */ -#define PTHREAD_COND_INITIALIZER \ +#define PTHREAD_COND_STATIC_INITIALIZER \ { COND_TYPE_FAST, PTHREAD_QUEUE_INITIALIZER, NULL, COND_FLAGS_INITED } /* -- cgit v1.2.3