Annotation of coherent/f/usr/include.78/sys/timeb.h, revision 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: Fri Jun 11 06:42:43 1993 CDT
        !            14:  */
        !            15: 
        !            16: #ifndef         __SYS_TIMEB_H__
        !            17: #define         __SYS_TIMEB_H__
        !            18: 
        !            19: #include <sys/types.h>
        !            20: 
        !            21: #pragma align 2
        !            22: struct timeb {
        !            23:        time_t  time;                   /* Time since 1970 */
        !            24:        unsigned short millitm;         /* Milliseconds */
        !            25:        short   timezone;               /* Time zone */
        !            26:        short   dstflag;                /* Daylight saving time applies */
        !            27: };
        !            28: #pragma align
        !            29: 
        !            30: #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.