aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>1999-07-16 06:28:55 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>1999-07-16 06:28:55 +0000
commitf2fd63aff22816e682f7d16dd79f194faea722f3 (patch)
tree99bf3fdcaf85c729d793abbf68a6186c892df56a /lib
parent9b21395a95221e6a139ae1ce75c7eba06affebc8 (diff)
downloadsrc-f2fd63aff22816e682f7d16dd79f194faea722f3.tar.gz
src-f2fd63aff22816e682f7d16dd79f194faea722f3.zip
Make profil() 64bit-safe for alpha.
uintfptr_t may be better for offset, but we must wait until the definition of uintfptr_t moves from machine/profile.h. Reviewed by: bde
Notes
Notes: svn path=/head/; revision=48835
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/profil.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/profil.2 b/lib/libc/sys/profil.2
index 100b8f43b199..b0815fa5d5bf 100644
--- a/lib/libc/sys/profil.2
+++ b/lib/libc/sys/profil.2
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)profil.2 8.1 (Berkeley) 6/4/93
-.\" $Id: profil.2,v 1.6 1997/04/11 18:47:07 bde Exp $
+.\" $Id: profil.2,v 1.7 1997/06/23 04:02:01 steve Exp $
.\"
.Dd June 4, 1993
.Dt PROFIL 2
@@ -44,7 +44,7 @@
.Sh SYNOPSIS
.Fd #include <unistd.h>
.Ft int
-.Fn profil "char *samples" "int size" "int offset" "int scale"
+.Fn profil "char *samples" "size_t size" "vm_offset_t offset" "int scale"
.Sh DESCRIPTION
The
.Fn profil