fix: 新增函数regcomp,regfree和regexec支持
close: #I3U9LE Signed-off-by: zff <zhangfanfan2@huawei.com> Change-Id: Iff1180b89958b4d8c339a73f9a5f59cb47707c74
This commit is contained in:
parent
d0efdfc20d
commit
86d5544a3f
|
@ -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 = [
|
||||
|
|
Loading…
Reference in New Issue