From ab5aeb1be1e7f501388cf4c8915f98efaaef754a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 10 May 2021 09:21:03 +0200 Subject: score: Rename _Stack_Free_nothing() Rename _Stack_Free_nothing() in _Objects_Free_nothing() to make it reusable for the message queue buffers. Update #4007. --- cpukit/rtems/src/taskconstruct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/rtems/src') 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; -- cgit v1.2.3