From 2bbea657ae366f6b73dd6ca5db98af7ea3c29759 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 17 Jul 2013 13:52:00 +0200 Subject: rtems: Create semaphore implementation header Move implementation specific parts of sem.h and sem.inl into new header file semimpl.h. The sem.h contains now only the application visible API. --- testsuites/sptests/spsize/size.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/sptests/spsize/size.c') diff --git a/testsuites/sptests/spsize/size.c b/testsuites/sptests/spsize/size.c index 2a77927dda..3e5e52e968 100644 --- a/testsuites/sptests/spsize/size.c +++ b/testsuites/sptests/spsize/size.c @@ -37,7 +37,7 @@ #include #include #include -#include +#include #include #include #include @@ -355,7 +355,7 @@ uninitialized = /*scheduler.h*/ SCHEDULER_OVHD + -/*sem.h*/ (sizeof _Semaphore_Information) + +/*semimpl.h*/ (sizeof _Semaphore_Information) + #if defined(RTEMS_MULTIPROCESSING) /*semmp.h*/ 0 + -- cgit v1.2.3