From 00f53a8617584c9dc8a7b5fe4d3f66192c50832d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 3 Feb 2025 06:33:46 +0100 Subject: Final tweaks. Signed-off-by: Amlal El Mahrouss --- dev/LibC++/defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/LibC++') diff --git a/dev/LibC++/defines.h b/dev/LibC++/defines.h index 6caf9d3..84b943b 100644 --- a/dev/LibC++/defines.h +++ b/dev/LibC++/defines.h @@ -39,7 +39,7 @@ typedef char* caddr_t; #ifdef __GNUC__ #include #elif defined(__LIBCOMPILER__) -#define __alloca(sz) __ndk_alloca(sz) +#define __alloca(sz) __lc_alloca(sz) #endif #define __deref(ptr) (*(ptr)) -- cgit v1.2.3