From 139f83af391a4f5e64ab0fccbd783dd651b87e6a Mon Sep 17 00:00:00 2001 From: li_zan <371442490@qq.com> Date: Thu, 17 Jun 2021 19:35:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DM=E6=A0=B8=E4=B8=8Amus?= =?UTF-8?q?l=E5=BA=93=E7=BC=BA=E5=A4=B1strdup,c=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?=20close=EF=BC=9A#I3VZSI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: li_zan <371442490@qq.com> --- kal/posix/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/kal/posix/BUILD.gn b/kal/posix/BUILD.gn index a2220564..1df98fe8 100644 --- a/kal/posix/BUILD.gn +++ b/kal/posix/BUILD.gn @@ -38,6 +38,7 @@ static_library("posix") { "src/pthread_mutex.c", "src/semaphore.c", "src/time.c", + "//third_party/musl/src/string/strdup.c", ] include_dirs = [