增加所有文件
This commit is contained in:
10
prebuilts/gcc/arm-none-eabi/include/sys/dir.h
Normal file
10
prebuilts/gcc/arm-none-eabi/include/sys/dir.h
Normal file
@@ -0,0 +1,10 @@
|
||||
/* BSD predecessor of POSIX.1 <dirent.h> and struct dirent */
|
||||
|
||||
#ifndef _SYS_DIR_H_
|
||||
#define _SYS_DIR_H_
|
||||
|
||||
#include <dirent.h>
|
||||
|
||||
#define direct dirent
|
||||
|
||||
#endif /*_SYS_DIR_H_*/
|
||||
Reference in New Issue
Block a user