summaryrefslogtreecommitdiff
path: root/src/vi/ex-070224/brk_shim.h
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-03-02 20:03:16 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-03-02 20:03:16 -0800
commit8b9a895e4425462787aba1b9b0b55495880fe707 (patch)
tree5c6faa3afd20729b86def89762e33606a001f3b8 /src/vi/ex-070224/brk_shim.h
parent8e8d7917d5742c7ce42b46681c7c4430a51da505 (diff)
move vi to separate repo
Diffstat (limited to 'src/vi/ex-070224/brk_shim.h')
-rw-r--r--src/vi/ex-070224/brk_shim.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vi/ex-070224/brk_shim.h b/src/vi/ex-070224/brk_shim.h
deleted file mode 100644
index 3e81758..0000000
--- a/src/vi/ex-070224/brk_shim.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#include <stdint.h>
-
-int shim_brk(void *addr);
-void *shim_sbrk(intptr_t increment);