Hi,

In the malloc_usable_size() revert commit it was forgotten to remove one line.

The below patch fixes this:


diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index 49a5b993f44..cc71560739a 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -63,7 +63,6 @@
 .Fn freezero "void *ptr" "size_t size"
 .Ft void *
 .Fn aligned_alloc "size_t alignment" "size_t size"
-.Ft size_t
 .Vt char *malloc_options ;
 .Sh DESCRIPTION
 The standard functions

-- 
Kind regards,
Hiltjo

Reply via email to