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.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/c/src/optman/rtems/no-sem.c b/c/src/optman/rtems/no-sem.c
index 0240f8a0cf..e2f4649c97 100644
--- a/c/src/optman/rtems/no-sem.c
+++ b/c/src/optman/rtems/no-sem.c
@@ -2,7 +2,7 @@
* Semaphore Manager
*
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -24,9 +24,7 @@
#include <rtems/score/threadq.h>
#include <rtems/score/interr.h>
-void _Semaphore_Manager_initialization(
- uint32_t maximum_semaphores
-)
+void _Semaphore_Manager_initialization(void)
{
}