kernel: Change _is_thread_essential to return bool

Change this function to return a boolean type.

MISRA-C rule 14.4

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
Flavio Ceolin 2018-12-17 12:34:05 -08:00 committed by Anas Nashif
commit 09e362e0d0
2 changed files with 5 additions and 4 deletions

View file

@ -4608,7 +4608,7 @@ extern void _init_static_threads(void);
/**
* @internal
*/
extern int _is_thread_essential(void);
extern bool _is_thread_essential(void);
/**
* @internal
*/