summaryrefslogtreecommitdiffhomepage
path: root/dev/LibC++
diff options
context:
space:
mode:
Diffstat (limited to 'dev/LibC++')
-rw-r--r--dev/LibC++/defines.h2
1 files changed, 1 insertions, 1 deletions
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 <LibC++/alloca.h>
#elif defined(__LIBCOMPILER__)
-#define __alloca(sz) __ndk_alloca(sz)
+#define __alloca(sz) __lc_alloca(sz)
#endif
#define __deref(ptr) (*(ptr))