summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-01-16 13:39:49 +0000
committerbde <bde@FreeBSD.org>1998-01-16 13:39:49 +0000
commitfe076082afe145ca993b6507fe5a098387ee2bee (patch)
treeaf583144e9fdabc1cf44b342f2d1e5c2066b85ff /lib/libc
parent5fe4e3628288ad07a431fcff6b01341cbb1a84b1 (diff)
downloadFreeBSD-src-fe076082afe145ca993b6507fe5a098387ee2bee.zip
FreeBSD-src-fe076082afe145ca993b6507fe5a098387ee2bee.tar.gz
Fixed wrong prototype for clock_getres().
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/clock_gettime.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/clock_gettime.2 b/lib/libc/sys/clock_gettime.2
index 6894c14..bead0a9 100644
--- a/lib/libc/sys/clock_gettime.2
+++ b/lib/libc/sys/clock_gettime.2
@@ -1,5 +1,5 @@
.\" $OpenBSD: clock_gettime.2,v 1.4 1997/05/08 20:21:16 kstailey Exp $
-.\" $Id$
+.\" $Id: clock_gettime.2,v 1.1 1997/05/12 12:13:10 peter Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -47,7 +47,7 @@
.Ft int
.Fn clock_settime "clockid_t clock_id" "const struct timespec *tp"
.Ft int
-.Fn clock_getres "clockid_t clock_id" "const struct timespec *tp"
+.Fn clock_getres "clockid_t clock_id" "struct timespec *tp"
.Sh DESCRIPTION
The
.Fn clock_gettime
OpenPOWER on IntegriCloud