summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-03-25 21:21:26 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-03-25 21:21:26 +0000
commit5afdcc9f9f214ee7735353b3a86b216e0ebe3156 (patch)
tree3bcb1f1ace253d26df0b2054a9f314d944a2d308
parent4c1f14305bd26d5df1504b29d40f28beff088c32 (diff)
(wire_segment): add.
-rw-r--r--libshouldbeinlibc/wire.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libshouldbeinlibc/wire.h b/libshouldbeinlibc/wire.h
index 32724dce..9d2f0fcd 100644
--- a/libshouldbeinlibc/wire.h
+++ b/libshouldbeinlibc/wire.h
@@ -22,3 +22,6 @@
for the current program. */
void wire_down (void);
+/* Wire down all memory currently allocated at START for LEN bytes. */
+void wire_segment (vm_address_t start, vm_size_t len);
+