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/mutex08.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'c/src/tests/psxtests/psxhdrs/mutex08.c') diff --git a/c/src/tests/psxtests/psxhdrs/mutex08.c b/c/src/tests/psxtests/psxhdrs/mutex08.c index b831085c30..ecea0c0fc0 100644 --- a/c/src/tests/psxtests/psxhdrs/mutex08.c +++ b/c/src/tests/psxtests/psxhdrs/mutex08.c @@ -15,6 +15,13 @@ #include +#ifndef _POSIX_THREAD_PRIO_INHERIT +#error "rtems is supposed to have pthread_mutexattr_getprioceiling" +#endif +#ifndef _POSIX_THREAD_PRIO_PROTECT +#error "rtems is supposed to have pthread_mutexattr_getprioceiling" +#endif + void test( void ) { pthread_mutexattr_t attribute; -- cgit v1.2.3