summaryrefslogtreecommitdiffstats
path: root/sys/sys/time.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-10-02 17:25:04 +0000
committerphk <phk@FreeBSD.org>1994-10-02 17:25:04 +0000
commitb1b8768e6a30f06704cfedaeae8f3397ad760a4e (patch)
tree3fb1646e6a554000fd088d88399afcd049cea7e9 /sys/sys/time.h
parentc19ab2dab1da14de3c443a8c43b01233a5587bf8 (diff)
downloadFreeBSD-src-b1b8768e6a30f06704cfedaeae8f3397ad760a4e.zip
FreeBSD-src-b1b8768e6a30f06704cfedaeae8f3397ad760a4e.tar.gz
Prototypes, prototypes and even more prototypes. Not quite done yet, but
getting closer all the time.
Diffstat (limited to 'sys/sys/time.h')
-rw-r--r--sys/sys/time.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/sys/time.h b/sys/sys/time.h
index 4d68a33..221dbcf 100644
--- a/sys/sys/time.h
+++ b/sys/sys/time.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)time.h 8.1 (Berkeley) 6/2/93
- * $Id: time.h,v 1.2 1994/08/02 07:53:47 davidg Exp $
+ * $Id: time.h,v 1.3 1994/08/18 22:35:48 wollman Exp $
*/
#ifndef _SYS_TIME_H_
@@ -108,7 +108,11 @@ struct clockinfo {
#ifdef KERNEL
-extern void microtime(struct timeval *);
+void microtime __P((struct timeval *));
+void timevaladd __P((struct timeval *, struct timeval *));
+void timevalsub __P((struct timeval *, struct timeval *));
+void timevalfix __P((struct timeval *));
+int itimerdecr __P((struct itimerval *itp,int usec));
#else /* not KERNEL */
#include <time.h>
OpenPOWER on IntegriCloud