ref: 5728cad35151d5021badd8c7fcf6273fda4a9320
parent: eb2b3569657b977b75e42778551e9e297fd84f3c
author: zerous Naveen Narayanan <zerous@simple-cc.org>
date: Tue Apr 21 17:50:56 EDT 2020
libc: Implement _getheap for ppc32
--- a/src/libc/arch/ppc32/linux/Makefile
+++ b/src/libc/arch/ppc32/linux/Makefile
@@ -21,6 +21,7 @@
OBJS = \
$(GENOBJS)\
_cerrno.$O\
+ _getheap.$O\
# Rules
--- /dev/null
+++ b/src/libc/arch/ppc32/linux/_getheap.c
@@ -1,0 +1,1 @@
+#include "../../posix/_getheap.c"