From c76d23b4a9215bf3094e5836c911a2e4e0e64e58 Mon Sep 17 00:00:00 2001 From: lijincheng Date: Thu, 6 Jun 2024 22:27:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=97=E7=AC=A6=E4=B8=B2?= =?UTF-8?q?=E4=B9=8B=E9=97=B4=E7=A9=BA=E6=A0=BC=E4=B8=8D=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue:https://gitee.com/openharmony/interface_sdk_c/issues/I9VTHD Signed-off-by: lijincheng --- third_party/musl/ndk_musl_include/sys/cdefs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/third_party/musl/ndk_musl_include/sys/cdefs.h b/third_party/musl/ndk_musl_include/sys/cdefs.h index 84b7915ce7b..f8ce3d2b805 100644 --- a/third_party/musl/ndk_musl_include/sys/cdefs.h +++ b/third_party/musl/ndk_musl_include/sys/cdefs.h @@ -41,10 +41,10 @@ #define __BEGIN_EXTERN_C extern "C" { #define __END_EXTERN_C } #ifndef __BEGIN_DECLS -#define __BEGIN_DECLS extern "C" { +#define __BEGIN_DECLS extern "C" { #endif #ifndef __END_DECLS -#define __END_DECLS } +#define __END_DECLS } #endif #else #define __BEGIN_EXTERN_C @@ -53,7 +53,7 @@ #define __BEGIN_DECLS #endif #ifndef __END_DECLS -#define __END_DECLS +#define __END_DECLS #endif #endif -- Gitee