summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src')
-rw-r--r--cpukit/score/src/coresem.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/score/src/coresem.c b/cpukit/score/src/coresem.c
index 14c706aa72..46d0334693 100644
--- a/cpukit/score/src/coresem.c
+++ b/cpukit/score/src/coresem.c
@@ -26,9 +26,9 @@
#include <rtems/score/threadq.h>
void _CORE_semaphore_Initialize(
- CORE_semaphore_Control *the_semaphore,
- CORE_semaphore_Attributes *the_semaphore_attributes,
- uint32_t initial_value
+ CORE_semaphore_Control *the_semaphore,
+ const CORE_semaphore_Attributes *the_semaphore_attributes,
+ uint32_t initial_value
)
{