]> Chaos Git - corbenik/ctrulib.git/commitdiff
give function the right name
authorDave Murphy <davem@devkitpro.org>
Thu, 25 Dec 2014 10:59:22 +0000 (10:59 +0000)
committerDave Murphy <davem@devkitpro.org>
Thu, 25 Dec 2014 11:01:08 +0000 (11:01 +0000)
libctru/source/system/allocateHeaps.c

index 1714a77255a94080675295d16f970afedf68d7fa..4009f8ec6d9bef80b33f628d9c63db42da028992 100644 (file)
@@ -8,7 +8,7 @@ u32 __heapBase;
 extern u32 __heap_size, __linear_heap_size;
 
 
-void __attribute__((weak)) __allocateHeaps() {
+void __attribute__((weak)) __system_allocateHeaps() {
        u32 tmp=0;
 
        // Allocate the application heap