From 5afdcc9f9f214ee7735353b3a86b216e0ebe3156 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 25 Mar 1996 21:21:26 +0000 Subject: (wire_segment): add. --- libshouldbeinlibc/wire.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libshouldbeinlibc') 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); + -- cgit v1.2.3