Annotation of coherent/f/usr/include/sys/timeb.h, revision 1.1.1.1

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: /*
                      8:  * /usr/include/sys/timeb.h
                      9:  *
                     10:  * Time buffer for ftime() call.
                     11:  * ftime() is not in BCS, but is in the extended set of calls.
                     12:  *
                     13:  * Revised: Wed Jul 14 11:18:09 1993 CDT
                     14:  */
                     15: 
                     16: #ifndef         __SYS_TIMEB_H__
                     17: #define         __SYS_TIMEB_H__
                     18: 
                     19: #include <sys/types.h>
                     20: #include <common/_time.h>
                     21: 
                     22: #pragma align 2
                     23: struct timeb {
                     24:        time_t  time;                   /* Time since 1970 */
                     25:        unsigned short millitm;         /* Milliseconds */
                     26:        short   timezone;               /* Time zone */
                     27:        short   dstflag;                /* Daylight saving time applies */
                     28: };
                     29: #pragma align
                     30: 
                     31: #endif /* __SYS_TIMEB_H__ */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.