mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-25 16:57:20 +00:00
[posix][dfs] move dfs_posix dfs_poll dfs_select.c to posix folder
This commit is contained in:
@@ -16,7 +16,7 @@ try:
|
||||
except :
|
||||
pass
|
||||
|
||||
group = DefineGroup('libc', src,
|
||||
group = DefineGroup('POSIX', src,
|
||||
depend = ['RT_USING_PTHREADS', 'RT_USING_LIBC'], CPPPATH = CPPPATH, CPPDEFINES = CPPDEFINES)
|
||||
|
||||
Return('group')
|
||||
|
||||
Reference in New Issue
Block a user