shithub: scc

ref: 1d263bb8b0a2b372050ec285a1306431c203542e
dir: /src/libc/arch/posix/time.h/

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