summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/taskconstruct.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/taskconstruct.c')
-rw-r--r--cpukit/rtems/src/taskconstruct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/rtems/src/taskconstruct.c b/cpukit/rtems/src/taskconstruct.c
index e267db2fc5..6e03440aed 100644
--- a/cpukit/rtems/src/taskconstruct.c
+++ b/cpukit/rtems/src/taskconstruct.c
@@ -92,7 +92,7 @@ static rtems_status_code _RTEMS_tasks_Prepare_user_stack(
if ( config->storage_free != NULL ) {
thread_config->stack_free = config->storage_free;
} else {
- thread_config->stack_free = _Stack_Free_nothing;
+ thread_config->stack_free = _Objects_Free_nothing;
}
return RTEMS_SUCCESSFUL;