shithub: scc

ref: 349ceccbc07453503347623eea9476c815473d01
dir: /src/libc/arch/posix/time.h/

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