From 9854e336054fe015f292cf7d18b639123a2e9dd3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 23 May 1996 18:08:15 +0000 Subject: updated to reflect more constants and feature macros --- testsuites/psxtests/psxhdrs/mutex05.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testsuites/psxtests/psxhdrs/mutex05.c') diff --git a/testsuites/psxtests/psxhdrs/mutex05.c b/testsuites/psxtests/psxhdrs/mutex05.c index afb1111a19..9a02accc97 100644 --- a/testsuites/psxtests/psxhdrs/mutex05.c +++ b/testsuites/psxtests/psxhdrs/mutex05.c @@ -15,6 +15,10 @@ #include +#ifndef _POSIX_THREADS +#error "rtems is supposed to have pthread_mutex_lock" +#endif + void test( void ) { pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER; -- cgit v1.2.3