From 86d5544a3fd5f41f7f2abe3b143e9f1dc9b430f8 Mon Sep 17 00:00:00 2001 From: YOUR_NAME Date: Wed, 23 Jun 2021 15:27:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=B0=E5=A2=9E=E5=87=BD=E6=95=B0regc?= =?UTF-8?q?omp,regfree=E5=92=8Cregexec=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close: #I3U9LE Signed-off-by: zff Change-Id: Iff1180b89958b4d8c339a73f9a5f59cb47707c74 --- kal/posix/BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kal/posix/BUILD.gn b/kal/posix/BUILD.gn index 1df98fe8..6d524e73 100644 --- a/kal/posix/BUILD.gn +++ b/kal/posix/BUILD.gn @@ -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 = [