update
This commit is contained in:
parent
eaa3454bbe
commit
0ce0e2c234
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue