From: Bruce Korb Date: Sat, 26 May 2001 15:47:11 +0000 (+0000) Subject: Add fix test from solaris27_mutex_init X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c6db95b2fa41cc57fa8cf6eeae09293954a572ac;p=gcc.git Add fix test from solaris27_mutex_init From-SVN: r42629 --- diff --git a/gcc/fixinc/tests/base/pthread.h b/gcc/fixinc/tests/base/pthread.h index ccd662a34e6..e0311a32433 100644 --- a/gcc/fixinc/tests/base/pthread.h +++ b/gcc/fixinc/tests/base/pthread.h @@ -18,3 +18,9 @@ #if defined( PTHREAD_PAGE_SIZE_CHECK ) extern int __page_size; #endif /* PTHREAD_PAGE_SIZE_CHECK */ + + +#if defined( SOLARIS27_MUTEX_INIT_CHECK ) +#ident "@(#)pthread.h 1.26 98/04/12 SMI" +#define PTHREAD_MUTEX_INITIALIZER {{{0},0}, {{{0}}}, {0}} +#endif /* SOLARIS27_MUTEX_INIT_CHECK */