V7/usr/include/sys/timeb.h

Find at most related files.
including files from this version of Unix.

/*
 * Structure returned by ftime system call
 */
struct timeb {
	time_t	time;
	unsigned short millitm;
	short	timezone;
	short	dstflag;
};