Bell 32V development
authorTom London <tbl@research.uucp>
Mon, 11 Dec 1978 03:43:14 +0000 (22:43 -0500)
committerTom London <tbl@research.uucp>
Mon, 11 Dec 1978 03:43:14 +0000 (22:43 -0500)
Work on file usr/include/sys/timeb.h

Co-Authored-By: John Reiser <jfr@research.uucp>
Synthesized-from: 32v

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

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