[dlib]remove syscalls.h and add syscalls.c to implement exit() and abort()

This commit is contained in:
Meco Man
2021-02-13 15:14:07 +08:00
parent f1fa47611f
commit 2530a5a272
3 changed files with 52 additions and 10 deletions

View File

@@ -6,6 +6,7 @@
* Change Logs:
* Date Author Notes
* 2021-02-11 Meco Man remove _gettimeofday_r() and _times_r()
* 2020-02-13 Meco Man re-implement exit() and abort()
*/
#include <reent.h>