From 64f55e7c32cb7a2ff069f527ec28b1cfa71de31a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 29 Nov 1999 15:40:38 +0000 Subject: Made sure POSIX would build with MP enabled. --- c/src/exec/posix/src/sempost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/exec/posix/src/sempost.c') diff --git a/c/src/exec/posix/src/sempost.c b/c/src/exec/posix/src/sempost.c index d3375ce80d..5a646eee82 100644 --- a/c/src/exec/posix/src/sempost.c +++ b/c/src/exec/posix/src/sempost.c @@ -41,7 +41,7 @@ int sem_post( &the_semaphore->Semaphore, the_semaphore->Object.id, #if defined(RTEMS_MULTIPROCESSING) - POSIX_Semaphore_MP_support + NULL /* XXX need to define a routine to handle this case */ #else NULL #endif -- cgit v1.2.3