!196 新增函数regcomp,regfree和regexec支持

Merge pull request !196 from zhangfanfan2/master
This commit is contained in:
openharmony_ci 2021-06-23 10:31:36 +00:00 committed by Gitee
commit 1f4b7aa85d
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ static_library("posix") {
"src/semaphore.c",
"src/time.c",
"//third_party/musl/src/string/strdup.c",
"//third_party/musl/porting/liteos_m/kernel/src/regex/regcomp.c",
"//third_party/musl/porting/liteos_m/kernel/src/regex/regexec.c",
"//third_party/musl/porting/liteos_m/kernel/src/regex/tre-mem.c",
]
include_dirs = [