From 7cdaed0d00c30de1eaa1accb6c4f71b018bc634b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 28 Apr 2008 18:12:43 +0000 Subject: 2008-04-28 Daron Chabot * posix/src/keycreate.c, posix/src/pthreadequal.c, rtems/src/semtranslatereturncode.c, score/cpu/powerpc/rtems/score/powerpc.h, score/src/threadblockingoperationcancel.c: Fix compilation errors when --enable-rtems-debug is used. --- cpukit/posix/src/pthreadequal.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/posix/src/pthreadequal.c') diff --git a/cpukit/posix/src/pthreadequal.c b/cpukit/posix/src/pthreadequal.c index 8d82d8d545..5fbe0c4f5e 100644 --- a/cpukit/posix/src/pthreadequal.c +++ b/cpukit/posix/src/pthreadequal.c @@ -70,7 +70,9 @@ int pthread_equal( break; case OBJECTS_ERROR: +#if defined(RTEMS_MULTIPROCESSING) case OBJECTS_REMOTE: +#endif /* t1 must have been valid so exit the critical section */ _Thread_Enable_dispatch(); /* return status == 0 */ -- cgit v1.2.3