mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2007-04-12 Joel Sherrill <joel@OARcorp.com>
* itron/src/rsm_tsk.c: Correct error returned.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-12 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* itron/src/rsm_tsk.c: Correct error returned.
|
||||||
|
|
||||||
2007-04-10 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2007-04-10 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* libcsupport/src/newlibc.c: Add __ATTRIBUTE_IMPURE_PTR__
|
* libcsupport/src/newlibc.c: Add __ATTRIBUTE_IMPURE_PTR__
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ ER rsm_tsk(
|
|||||||
_ITRON_return_errorno( E_OBJ );
|
_ITRON_return_errorno( E_OBJ );
|
||||||
|
|
||||||
if ( ! _States_Is_suspended(the_thread->current_state) )
|
if ( ! _States_Is_suspended(the_thread->current_state) )
|
||||||
_ITRON_return_errorno( E_OK );
|
_ITRON_return_errorno( E_OBJ );
|
||||||
|
|
||||||
_Thread_Resume( the_thread, FALSE );
|
_Thread_Resume( the_thread, FALSE );
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user