mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +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>
|
||||
|
||||
* libcsupport/src/newlibc.c: Add __ATTRIBUTE_IMPURE_PTR__
|
||||
|
||||
@@ -50,7 +50,7 @@ ER rsm_tsk(
|
||||
_ITRON_return_errorno( E_OBJ );
|
||||
|
||||
if ( ! _States_Is_suspended(the_thread->current_state) )
|
||||
_ITRON_return_errorno( E_OK );
|
||||
_ITRON_return_errorno( E_OBJ );
|
||||
|
||||
_Thread_Resume( the_thread, FALSE );
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user