ref: df4ef7071ff95d0537ab78d98bc07aacc758588b
parent: 046fffe823d80b53b071d683ed26c27b4b38fcec
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Thu May 28 14:11:45 EDT 2015
cputime(2): fix prototype for cycles() (thanks qrstuv)
--- a/sys/man/2/cputime
+++ b/sys/man/2/cputime
@@ -14,7 +14,7 @@
double cputime(void)
.PP
.B
-void cycles(vlong *cyclep)
+void cycles(uvlong *cyclep)
.SH DESCRIPTION
If
.I t
--
⑨