mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 01:39:44 +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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user