shithub: scc

ref: 3316919fa6b703a5514a3817b8f22cde27ccf569
dir: /src/libc/arch/posix/time.h/

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