2007-04-12 Joel Sherrill <joel@OARcorp.com>

* itron/src/rsm_tsk.c: Correct error returned.
This commit is contained in:
Joel Sherrill
2007-04-12 19:41:55 +00:00
parent caacea235c
commit ca64c0649d
2 changed files with 5 additions and 1 deletions

View File

@@ -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__

View File

@@ -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;