Meco Man 4 years ago
parent
commit
0ce0e2c234
1 changed files with 1 additions and 0 deletions
  1. 1 0
      components/libc/compilers/newlib/syscalls.c

+ 1 - 0
components/libc/compilers/newlib/syscalls.c

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