This commit is contained in:
Meco Man
2021-02-20 11:35:41 +08:00
parent eaa3454bbe
commit 0ce0e2c234

View File

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