date and time created 80/04/09 16:25:30 by bill
authorBill Joy <bill@ucbvax.Berkeley.EDU>
Thu, 10 Apr 1980 07:25:30 +0000 (23:25 -0800)
committerBill Joy <bill@ucbvax.Berkeley.EDU>
Thu, 10 Apr 1980 07:25:30 +0000 (23:25 -0800)
SCCS-vsn: sys/sys/timeb.h 3.1

usr/src/sys/sys/timeb.h [new file with mode: 0644]

diff --git a/usr/src/sys/sys/timeb.h b/usr/src/sys/sys/timeb.h
new file mode 100644 (file)
index 0000000..acd28a5
--- /dev/null
@@ -0,0 +1,12 @@
+/*     timeb.h 3.1     %H%     */
+
+/*
+ * Structure returned by ftime system call
+ */
+struct timeb
+{
+       time_t  time;
+       unsigned short millitm;
+       short   timezone;
+       short   dstflag;
+};