[libc] Adjust libc.

1. Move struct stat to libc_stat.h;
2. Defined a new FD_SET macros in libc_fdset.h.
This commit is contained in:
bernard
2017-10-31 09:52:49 +08:00
parent 6469a748b3
commit 7d673f921c
5 changed files with 95 additions and 64 deletions
+1
View File
@@ -33,6 +33,7 @@
#include "libc/libc_ioctl.h"
#include "libc/libc_dirent.h"
#include "libc/libc_signal.h"
#include "libc/libc_fdset.h"
#if defined(__CC_ARM) || defined(__IAR_SYSTEMS_ICC__)
typedef signed long off_t;