Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/osf1 itimerval and related constants



details:   https://anonhg.NetBSD.org/src/rev/ac3b4cf45d2c
branches:  trunk
changeset: 472412:ac3b4cf45d2c
user:      cgd <cgd%NetBSD.org@localhost>
date:      Thu Apr 29 05:54:13 1999 +0000

description:
itimerval and related constants

diffstat:

 sys/compat/osf1/osf1.h |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 198527497a58 -r ac3b4cf45d2c sys/compat/osf1/osf1.h
--- a/sys/compat/osf1/osf1.h    Thu Apr 29 05:15:30 1999 +0000
+++ b/sys/compat/osf1/osf1.h    Thu Apr 29 05:54:13 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: osf1.h,v 1.10 1999/04/29 02:06:50 cgd Exp $ */
+/* $NetBSD: osf1.h,v 1.11 1999/04/29 05:54:13 cgd Exp $ */
 
 /*
  * Copyright (c) 1999 Christopher G. Demetriou.  All rights reserved.
@@ -464,6 +464,15 @@
 
 /* time.h */
 
+struct osf1_itimerval {
+       struct osf1_timeval it_interval;
+       struct osf1_timeval it_value;
+};
+
+#define OSF1_ITIMER_REAL       0
+#define OSF1_ITIMER_VIRTUAL    1
+#define OSF1_ITIMER_PROF       2
+
 struct osf1_timezone {
        osf1_int        tz_minuteswest;
        osf1_int        tz_dsttime;



Home | Main Index | Thread Index | Old Index