From 54de1d6ca94bc0f7ffac6ad721933caf4db46ed5 Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Mon, 2 Mar 2026 19:39:44 -0800 Subject: changes to compile with musl (avoid sbrk) --- brk_shim.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 brk_shim.h (limited to 'brk_shim.h') diff --git a/brk_shim.h b/brk_shim.h new file mode 100644 index 0000000..3e81758 --- /dev/null +++ b/brk_shim.h @@ -0,0 +1,4 @@ +#include + +int shim_brk(void *addr); +void *shim_sbrk(intptr_t increment); -- cgit v1.2.3