Sync prototype with <unistd.h> (which DTRT all the time).
This commit is contained in:
parent
bc8f46d457
commit
80a22b46d4
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: valloc.3,v 1.4 1998/02/05 18:48:25 perry Exp $
|
.\" $NetBSD: valloc.3,v 1.5 1998/02/12 20:18:23 kleink Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1980, 1991, 1993
|
.\" Copyright (c) 1980, 1991, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
@ -43,8 +43,8 @@
|
||||||
.Lb libc
|
.Lb libc
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Fd #include <unistd.h>
|
.Fd #include <unistd.h>
|
||||||
.Ft char *
|
.Ft void *
|
||||||
.Fn valloc "unsigned size"
|
.Fn valloc "size_t size"
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Bf -symbolic
|
.Bf -symbolic
|
||||||
Valloc is obsoleted by the current version of malloc(3),
|
Valloc is obsoleted by the current version of malloc(3),
|
||||||
|
|
Loading…
Reference in New Issue