forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -90,7 +90,7 @@ void rtems_initialize_start_multitasking(void);
|
||||
*/
|
||||
void rtems_shutdown_executive(
|
||||
uint32_t result
|
||||
);
|
||||
) RTEMS_COMPILER_NO_RETURN_ATTRIBUTE;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user