Skip to content

Commit 0ce0e2c

Browse files
committed
update
1 parent eaa3454 commit 0ce0e2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/libc/compilers/newlib/syscalls.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ _free_r (struct _reent *ptr, void *addr)
283283
rt_free (addr);
284284
}
285285

286+
/* for exit() and abort() */
286287
__attribute__ ((noreturn)) void
287288
_exit (int status)
288289
{

0 commit comments

Comments
 (0)