summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/tasksuspend.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/tasksuspend.c')
-rw-r--r--cpukit/rtems/src/tasksuspend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/rtems/src/tasksuspend.c b/cpukit/rtems/src/tasksuspend.c
index b62e537e0d..7f40dd793e 100644
--- a/cpukit/rtems/src/tasksuspend.c
+++ b/cpukit/rtems/src/tasksuspend.c
@@ -49,7 +49,7 @@ rtems_status_code rtems_task_suspend(
)
{
register Thread_Control *the_thread;
- Objects_Locations location;
+ Objects_Locations location;
the_thread = _Thread_Get( id, &location );
switch ( location ) {