This commit is contained in:
Meco Man 2021-02-20 11:35:41 +08:00
parent eaa3454bbe
commit 0ce0e2c234
1 changed files with 1 additions and 0 deletions

View File

@ -283,6 +283,7 @@ _free_r (struct _reent *ptr, void *addr)
rt_free (addr); rt_free (addr);
} }
/* for exit() and abort() */
__attribute__ ((noreturn)) void __attribute__ ((noreturn)) void
_exit (int status) _exit (int status)
{ {