shithub: scc

ref: 30a206ccf778fd87149c44335476c2c1962ce151
dir: /src/libc/arch/posix/time.h/

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