Annotation of coherent/f/usr/include/sys/time.h, revision 1.1

1.1     ! root        1: /* (-lgl
        !             2:  *     COHERENT Version 4.0
        !             3:  *     Copyright (c) 1982, 1992 by Mark Williams Company.
        !             4:  *     All rights reserved. May not be copied without permission.
        !             5:  -lgl) */
        !             6: 
        !             7: #ifndef        __SYS_TIME_H__
        !             8: #define        __SYS_TIME_H__
        !             9: 
        !            10: #include <common/feature.h>
        !            11: #include <common/__time.h>
        !            12: 
        !            13: /* Used to be "struct timeval" in Coherent prior to 4.2 */
        !            14: 
        !            15: typedef struct {
        !            16:        __time_t        tv_sec;
        !            17:        long            tv_usec;
        !            18: } __timestruc_t;
        !            19: 
        !            20: #if    ! _POSIX_SOURCE
        !            21: typedef __timestruc_t  timestruc_t;
        !            22: #endif
        !            23: 
        !            24: #endif /* ! defined (__SYS_TIME_H__) */
        !            25: 

unix.superglobalmegacorp.com

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