mirror of
https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc.git
synced 2024-12-28 04:23:38 +01:00
fix: mark _Exit noreturn to avoid a warning
This commit is contained in:
parent
26cdf5f9d8
commit
83d0ab858e
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#include <unistd.h>
|
||||
|
||||
/* Exit immediately, bypassing exit handlers or signal handlers. */
|
||||
__attribute__((noreturn))
|
||||
extern void _Exit(int status);
|
||||
|
||||
/* Alias to _Exit. */
|
||||
|
|
Loading…
Reference in a new issue