shithub: scc

ref: 6284570962706a28b1bf7a45a59dad2261b49008
dir: /src/libc/arch/posix/time.h/

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