feature:add "pthread_cond.c" to compile in posix module

This commit is contained in:
zhangfanfan2 2021-04-22 11:46:37 +08:00 committed by Gitee
parent 424f7ad6dc
commit 0a22391490
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ static_library("posix") {
"src/pthread_mutex.c",
"src/semaphore.c",
"src/time.c",
"src/pthread_cond.c",
]
include_dirs = [