commit 3252f49834823c518c5ceef58b141375ed1b210d
parent b286be8fc1cbdaf0e2857d62a2269e09fdd4701d
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Sat, 2 Oct 2021 21:47:14 +0200
libc: Remove posix _getheap() in linux-amd64
Linux has a different _getheap() implementation.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/libc/objs/amd64-linux.mk b/src/libc/objs/amd64-linux.mk
@@ -32,7 +32,6 @@ OBJS =\
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\