summaryrefslogtreecommitdiff
path: root/libshouldbeinlibc
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-14 12:57:14 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-14 12:57:14 +0000
commitfddb9a19696ce0e809fb8b1f48b7b69c34a5ae6b (patch)
treef566da9c506567b6cd3b68280ab5e23e9ee0e60a /libshouldbeinlibc
parent8dc2b72cb93e8a7e80f7f9e57a21f4f10bac1154 (diff)
foo.
Diffstat (limited to 'libshouldbeinlibc')
-rw-r--r--libshouldbeinlibc/wire.h2
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);