summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/valloc.3
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-19 15:57:20 +0000
committerbde <bde@FreeBSD.org>1997-04-19 15:57:20 +0000
commit4d078cb8d9451bf36499705dbca2d944683229de (patch)
tree8edec8c76bbdb0ba690f408a6c87cf3273faea7a /lib/libc/gen/valloc.3
parent34b9f986fc9fa87146dcaa4c0362f1d2e29497c7 (diff)
downloadFreeBSD-src-4d078cb8d9451bf36499705dbca2d944683229de.zip
FreeBSD-src-4d078cb8d9451bf36499705dbca2d944683229de.tar.gz
Fixed #include and/or prototype bugs in synopsis.
Diffstat (limited to 'lib/libc/gen/valloc.3')
-rw-r--r--lib/libc/gen/valloc.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/valloc.3 b/lib/libc/gen/valloc.3
index c428552..ee32438 100644
--- a/lib/libc/gen/valloc.3
+++ b/lib/libc/gen/valloc.3
@@ -39,8 +39,8 @@
.Nd aligned memory allocation function
.Sh SYNOPSIS
.Fd #include <unistd.h>
-.Ft char *
-.Fn valloc "unsigned size"
+.Ft void *
+.Fn valloc "size_t size"
.Sh DESCRIPTION
.Bf -symbolic
Valloc is obsoleted by the current version of malloc(3),
OpenPOWER on IntegriCloud