summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/coresem.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/coresem.c')
-rw-r--r--cpukit/score/src/coresem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/coresem.c b/cpukit/score/src/coresem.c
index 25e6a45ecf..8c77878b76 100644
--- a/cpukit/score/src/coresem.c
+++ b/cpukit/score/src/coresem.c
@@ -45,7 +45,7 @@
void _CORE_semaphore_Initialize(
CORE_semaphore_Control *the_semaphore,
CORE_semaphore_Attributes *the_semaphore_attributes,
- unsigned32 initial_value
+ uint32_t initial_value
)
{