|
|
1.1 ! root 1: /* (-lgl ! 2: * COHERENT Version 3.0 ! 3: * Copyright (c) 1982, 1990 by Mark Williams Company. ! 4: * All rights reserved. May not be copied without permission. ! 5: -lgl) */ ! 6: /* ! 7: * Time buffer. ! 8: */ ! 9: ! 10: #ifndef __SYS_OLDTIMEB_H__ ! 11: #define __SYS_OLDTIMEB_H__ ! 12: ! 13: #include <sys/types.h> ! 14: ! 15: #pragma align 2 ! 16: struct timeb { ! 17: long time; /* Time since 1970 */ ! 18: unsigned short millitm; /* Milliseconds */ ! 19: short timezone; /* Time zone */ ! 20: short dstflag; /* Daylight saving time applies */ ! 21: }; ! 22: #pragma align ! 23: ! 24: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.