diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-14 12:57:14 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-14 12:57:14 +0000 |
commit | fddb9a19696ce0e809fb8b1f48b7b69c34a5ae6b (patch) | |
tree | f566da9c506567b6cd3b68280ab5e23e9ee0e60a /libshouldbeinlibc | |
parent | 8dc2b72cb93e8a7e80f7f9e57a21f4f10bac1154 (diff) |
foo.
Diffstat (limited to 'libshouldbeinlibc')
-rw-r--r-- | libshouldbeinlibc/wire.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libshouldbeinlibc/wire.h b/libshouldbeinlibc/wire.h index 9d2f0fcd..a7f6e899 100644 --- a/libshouldbeinlibc/wire.h +++ b/libshouldbeinlibc/wire.h @@ -20,7 +20,7 @@ /* Wire down all the text and data (including from shared libraries) for the current program. */ -void wire_down (void); +void wire_task_self (void); /* Wire down all memory currently allocated at START for LEN bytes. */ void wire_segment (vm_address_t start, vm_size_t len); |