date and time created 82/10/19 00:52:09 by mckusick
[unix-history] / usr / src / sys / sys / timeb.h
CommitLineData
5ab036bb 1/* timeb.h 4.2 81/02/19 */
ee2b8cb3
BJ
2
3/*
4 * Structure returned by ftime system call
5 */
6struct timeb
7{
8 time_t time;
9 unsigned short millitm;
10 short timezone;
11 short dstflag;
12};