summaryrefslogtreecommitdiff
path: root/brk_shim.h
diff options
context:
space:
mode:
Diffstat (limited to 'brk_shim.h')
-rw-r--r--brk_shim.h4
1 files changed, 4 insertions, 0 deletions
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 <stdint.h>
+
+int shim_brk(void *addr);
+void *shim_sbrk(intptr_t increment);