github.com/gotranspile/cxgo@v0.3.8-0.20240118201721-29871598a6a2/libs/includes/sys/time.h (about)

     1  #include <time.h>
     2  #include <sys/types.h>
     3  
     4  typedef struct fd_set {
     5  	long fds_bits[];
     6  } fd_set;
     7  
     8  _cxgo_int32   getitimer(_cxgo_int32, struct itimerval *);
     9  _cxgo_int32   gettimeofday(struct timeval *restrict, void *restrict);
    10  int   select(int, fd_set *restrict, fd_set *restrict, fd_set *restrict, struct timeval *restrict);
    11  int   setitimer(int, const struct itimerval *restrict, struct itimerval *restrict);