Selaa lähdekoodia

[libc] fix that some function cannot be found in unistd.h

Meco Man 3 vuotta sitten
vanhempi
commit
bda32cdedb

+ 1 - 1
components/libc/compilers/common/extension/sys/unistd.h → components/libc/compilers/common/sys/unistd.h

@@ -13,7 +13,7 @@
 #define __SYS_UNISTD_H__
 
 #include <stddef.h>
-#include "types.h" /* <sys/types.h> */
+#include <sys/types.h>
 
 #ifdef __cplusplus
 extern "C" {

+ 0 - 0
components/libc/compilers/common/extension/unistd.h → components/libc/compilers/common/unistd.h