mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
arch.h: Fix up_exit prototype.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
committed by
Xiang Xiao
parent
6db910a1aa
commit
0831539af1
@@ -479,7 +479,7 @@ void up_reprioritize_rtr(FAR struct tcb_s *tcb, uint8_t priority);
|
|||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
void up_exit() noreturn_function;
|
void up_exit(int status) noreturn_function;
|
||||||
|
|
||||||
/* Prototype is in unistd.h */
|
/* Prototype is in unistd.h */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user