From 1db1ae3b2b7ca5e573f62ad365f71f84be0b4129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A8=8A=E6=99=AF=E4=B9=90?= Date: Fri, 21 Mar 2025 11:30:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9appspawn=20=E5=91=8A?= =?UTF-8?q?=E8=AD=A6=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 樊景乐 --- modules/common/appspawn_adapter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/appspawn_adapter.cpp b/modules/common/appspawn_adapter.cpp index ab2e5e5e..2f650534 100644 --- a/modules/common/appspawn_adapter.cpp +++ b/modules/common/appspawn_adapter.cpp @@ -188,7 +188,7 @@ int SetInternetPermission(const AppSpawningCtx *property) return 0; } -APPSPAWN_STATIC void InitAppCommonEnv(const AppSpawningCtx *property) +static void InitAppCommonEnv(const AppSpawningCtx *property) { AppDacInfo *appInfo = reinterpret_cast(GetAppProperty(property, TLV_DAC_INFO)); if (appInfo == NULL) { -- Gitee