fix: 新增函数regcomp,regfree和regexec支持

close: #I3U9LE

Signed-off-by: zff <zhangfanfan2@huawei.com>
Change-Id: Iff1180b89958b4d8c339a73f9a5f59cb47707c74
This commit is contained in:
YOUR_NAME 2021-06-23 15:27:50 +08:00
parent d0efdfc20d
commit 86d5544a3f
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 = [