shithub: scc

ref: 30037a7e84c815e217ceacd71a7b7cd3bd47881d
dir: /src/libc/arch/posix/time.h/

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