shithub: scc

ref: 9a9ce743c36439d96753c68bbdb8de743743dcc4
dir: /src/libc/arch/posix/time.h/

View raw version
struct timeval {
	time_t tv_sec;
	__suseconds_t tv_usec;
};