[posix][dfs] move dfs_posix dfs_poll dfs_select.c to posix folder

This commit is contained in:
Meco Man
2021-10-20 21:44:01 -04:00
parent bcdd4a6256
commit f7548b934e
28 changed files with 183 additions and 217 deletions

View File

@@ -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')