cputime(2): fix prototype for cycles() (thanks qrstuv)

This commit is contained in:
cinap_lenrek 2015-05-28 18:11:45 +02:00
parent e333a07ded
commit de3c058efb

View file

@ -14,7 +14,7 @@ int times(long t[4])
double cputime(void) double cputime(void)
.PP .PP
.B .B
void cycles(vlong *cyclep) void cycles(uvlong *cyclep)
.SH DESCRIPTION .SH DESCRIPTION
If If
.I t .I t