update dlibc syscalls.c

This commit is contained in:
Meco Man 2021-02-13 15:16:53 +08:00
parent 2530a5a272
commit 652d98bca6
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
* Date Author Notes * Date Author Notes
* 2021-02-13 Meco Man implement exit() and abort() * 2021-02-13 Meco Man implement exit() and abort()
*/ */
#include <rtthread.h>
void exit (int status) void exit (int status)
{ {