shithub: scc

ref: 479083857902fa94137facbf6ea144b7cd2039c0
dir: /src/libc/arch/posix/time.h/

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