summaryrefslogtreecommitdiffstats
path: root/c/src/optman/rtems/no-sem.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/optman/rtems/no-sem.c')
-rw-r--r--c/src/optman/rtems/no-sem.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/c/src/optman/rtems/no-sem.c b/c/src/optman/rtems/no-sem.c
index 52f64c0aa5..d96b1693e2 100644
--- a/c/src/optman/rtems/no-sem.c
+++ b/c/src/optman/rtems/no-sem.c
@@ -31,10 +31,11 @@ void _Semaphore_Manager_initialization(
}
rtems_status_code rtems_semaphore_create(
- rtems_name name,
- unsigned32 count,
- rtems_attribute attribute_set,
- Objects_Id *id
+ rtems_name name,
+ unsigned32 count,
+ rtems_attribute attribute_set,
+ rtems_task_priority priority_ceiling,
+ Objects_Id *id
)
{
return( RTEMS_NOT_CONFIGURED );