mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
exit.c:Fix style errors.
This commit is contained in:
parent
b82ebdcd70
commit
dd92faafe9
1 changed files with 2 additions and 1 deletions
|
|
@ -89,7 +89,8 @@ void exit(int status)
|
|||
/* Perform common task termination logic. This will get called again later
|
||||
* through logic kicked off by _exit(). However, we need to call it before
|
||||
* calling _exit() in order to handle atexit() and on_exit() callbacks and
|
||||
* so that we can flush buffered I/O (both of which may required suspending).
|
||||
* so that we can flush buffered I/O (both of which may required
|
||||
* suspending).
|
||||
*/
|
||||
|
||||
nxtask_exithook(tcb, status, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue