[libc]rename group name

This commit is contained in:
Meco Man
2021-12-28 23:25:16 -05:00
committed by Bernard Xiong
parent ed09f38012
commit c8dcf7cc68
16 changed files with 17 additions and 17 deletions

View File

@@ -15,6 +15,6 @@ if GetDepend('RT_USING_POSIX_MESSAGE_QUEUE'):
if GetDepend('RT_USING_POSIX_MESSAGE_SEMAPHORE'):
src += ['semaphore.c']
group = DefineGroup('POSIX', src, depend = [], CPPPATH = inc)
group = DefineGroup('POSIX', src, depend = [''], CPPPATH = inc)
Return('group')