shithub: scc

Download patch

ref: 3252f49834823c518c5ceef58b141375ed1b210d
parent: b286be8fc1cbdaf0e2857d62a2269e09fdd4701d
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Sat Oct 2 17:47:14 EDT 2021

libc: Remove posix _getheap() in linux-amd64

Linux has a different _getheap() implementation.

--- a/src/libc/objs/amd64-linux.mk
+++ b/src/libc/objs/amd64-linux.mk
@@ -32,7 +32,6 @@
 	arch/linux/_brk.$O\
 	arch/linux/_getheap.$O\
 	arch/linux/_sigaction.$O\
-	arch/posix/_getheap.$O\
 	arch/posix/_open.$O\
 	arch/posix/_systime.$O\
 	arch/posix/_tzone.$O\