Bell 32V development
[unix-history] / usr / src / sys / h / timeb.h
CommitLineData
002a2c70
TL
1/*
2 * Structure returned by ftime system call
3 */
4struct timeb {
5 time_t time;
6 unsigned short millitm;
7 short timezone;
8 short dstflag;
9};