mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-19 11:03:31 +08:00
delete #define stat _stat
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@932 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
a667589748
commit
8d42ca4e71
@ -71,7 +71,7 @@ if 'RT_DFS_ELM_USE_LFN' in dir(rtconfig) and rtconfig.RT_DFS_ELM_USE_LFN:
|
|||||||
if 'RT_USING_DFS_ELMFAT' in dir(rtconfig) and rtconfig.RT_USING_DFS_ELMFAT:
|
if 'RT_USING_DFS_ELMFAT' in dir(rtconfig) and rtconfig.RT_USING_DFS_ELMFAT:
|
||||||
src_local = src_local + elmfat
|
src_local = src_local + elmfat
|
||||||
|
|
||||||
if 'RT_USING_DFS_NFS' in dir(rtconfig) and rtconfig.RT_USING_DFS_NFS:
|
if 'RT_USING_DFS_NFS' in dir(rtconfig) and rtconfig.RT_USING_DFS_NFS and rtconfig.RT_USING_LWIP:
|
||||||
src_local = src_local + nfs
|
src_local = src_local + nfs
|
||||||
path = path + [RTT_ROOT + '/components/dfs/filesystems/nfs']
|
path = path + [RTT_ROOT + '/components/dfs/filesystems/nfs']
|
||||||
|
|
||||||
|
@ -75,7 +75,6 @@ typedef struct
|
|||||||
int cur;
|
int cur;
|
||||||
} DIR;
|
} DIR;
|
||||||
|
|
||||||
#define stat _stat
|
|
||||||
#define statfs _statfs
|
#define statfs _statfs
|
||||||
#define dirent _dirent
|
#define dirent _dirent
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user