shithub: scc

ref: e7546f194ee39c7e10e95479d594fd450ea8dff2
dir: /src/libc/arch/posix/time.h/

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