From 42a1b124c08f81bae7b799ac8d8f87df2dec992c Mon Sep 17 00:00:00 2001 From: wangwenjun Date: Mon, 23 Jun 2025 11:54:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80@since=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangwenjun --- third_party/musl/ndk_musl_include/malloc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/third_party/musl/ndk_musl_include/malloc.h b/third_party/musl/ndk_musl_include/malloc.h index 156aece76..70cf26b70 100644 --- a/third_party/musl/ndk_musl_include/malloc.h +++ b/third_party/musl/ndk_musl_include/malloc.h @@ -75,7 +75,6 @@ int mallopt(int param, int value); * @return 1 - The memory block was allocated using Standard C library Memory Allocator. * 0 - The memory block was not allocated using Standard C library Memory Allocator. * -1 - The function is not implemented or other error. - * @since 19 */ int malloc_check_from_ptr(void *ptr); -- Gitee