summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/taskgetnote.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/taskgetnote.c')
-rw-r--r--cpukit/rtems/src/taskgetnote.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/rtems/src/taskgetnote.c b/cpukit/rtems/src/taskgetnote.c
index 904a9a352b..3626218516 100644
--- a/cpukit/rtems/src/taskgetnote.c
+++ b/cpukit/rtems/src/taskgetnote.c
@@ -48,8 +48,8 @@
rtems_status_code rtems_task_get_note(
Objects_Id id,
- unsigned32 notepad,
- unsigned32 *note
+ uint32_t notepad,
+ uint32_t *note
)
{
register Thread_Control *the_thread;