diff options
Diffstat (limited to 'libshouldbeinlibc/wire.h')
-rw-r--r-- | libshouldbeinlibc/wire.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libshouldbeinlibc/wire.h b/libshouldbeinlibc/wire.h index a7f6e899..6783cc50 100644 --- a/libshouldbeinlibc/wire.h +++ b/libshouldbeinlibc/wire.h @@ -24,4 +24,3 @@ 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); - |