4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-21 00:27:19 +08:00

update dlibc syscalls.c

This commit is contained in:
Meco Man 2021-02-13 15:16:53 +08:00
parent 2530a5a272
commit 652d98bca6

View File

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