summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-11-23 20:34:37 +0000
committerru <ru@FreeBSD.org>2005-11-23 20:34:37 +0000
commit11d4f099665bcf61936b4959251ca41db0679d67 (patch)
treee3a98a77c818b986945ce20d1acad02786d3dbfd /lib
parent642fd4337d7b7d5f8147824e7235f3cdc37b53ba (diff)
downloadFreeBSD-src-11d4f099665bcf61936b4959251ca41db0679d67.zip
FreeBSD-src-11d4f099665bcf61936b4959251ca41db0679d67.tar.gz
Fix prototype.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdlib/malloc.34
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index 8974f7c..87e8ca2 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -59,7 +59,9 @@
.Ft const char *
.Va _malloc_options ;
.Ft void
-.Fn \*(lp*_malloc_message\*(rp "char *p1" "char *p2" "char *p3" "char *p4"
+.Fo \*(lp*_malloc_message\*(rp
+.Fa "const char *p1" "const char *p2" "const char *p3" "const char *p4"
+.Fc
.Sh DESCRIPTION
The
.Fn malloc
OpenPOWER on IntegriCloud