[libc][posix] move libc.c/.h to posix folder

This commit is contained in:
Meco Man
2021-10-28 02:48:51 -04:00
parent da1cc99fe2
commit 7b43cf9793
18 changed files with 82 additions and 302 deletions

View File

@@ -11,7 +11,9 @@
#include <rtthread.h>
#include <yfuns.h>
#include <unistd.h>
#ifdef RT_USING_POSIX
#include "libc.h"
#endif
#define DBG_TAG "dlib.syscall_write"
#define DBG_LVL DBG_INFO