shithub: scc

ref: 43e3393ad7bb57bef89fedfe2cd4f48c33588bcc
dir: /src/libc/arch/posix/time.h/

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