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 --- c/src/tests/psxtests/psxhdrs/mutex02.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'c/src/tests/psxtests/psxhdrs/mutex02.c') diff --git a/c/src/tests/psxtests/psxhdrs/mutex02.c b/c/src/tests/psxtests/psxhdrs/mutex02.c index 91a6adcc03..d011007a47 100644 --- a/c/src/tests/psxtests/psxhdrs/mutex02.c +++ b/c/src/tests/psxtests/psxhdrs/mutex02.c @@ -15,6 +15,10 @@ #include +#ifndef _POSIX_THREADS +#error "rtems is supposed to have pthread_mutexattr_destroy" +#endif + void test( void ) { int result; -- cgit v1.2.3