2010-07-25 Joel Sherrill <joel.sherrill@oarcorp.com>

* sapi/include/rtems/init.h: Mark rtems_shutdown_executive as a
	noreturn method.
This commit is contained in:
Joel Sherrill
2010-07-25 15:13:35 +00:00
parent 972a8dba72
commit 39d3f8de54
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2010-07-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/include/rtems/init.h: Mark rtems_shutdown_executive as a
noreturn method.
2010-07-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/gxx_wrappers.c: Free contents of key not key itself.

View File

@@ -90,7 +90,7 @@ void rtems_initialize_start_multitasking(void);
*/
void rtems_shutdown_executive(
uint32_t result
);
) RTEMS_COMPILER_NO_RETURN_ATTRIBUTE;
#ifdef __cplusplus
}