!196 新增函数regcomp,regfree和regexec支持
Merge pull request !196 from zhangfanfan2/master
This commit is contained in:
commit
1f4b7aa85d
|
@ -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