summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/taskcreate.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/src/taskcreate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/rtems/src/taskcreate.c b/cpukit/rtems/src/taskcreate.c
index 0c6d61b063..61d5603560 100644
--- a/cpukit/rtems/src/taskcreate.c
+++ b/cpukit/rtems/src/taskcreate.c
@@ -53,7 +53,7 @@
rtems_status_code rtems_task_create(
rtems_name name,
rtems_task_priority initial_priority,
- unsigned32 stack_size,
+ uint32_t stack_size,
rtems_mode initial_modes,
rtems_attribute attribute_set,
Objects_Id *id