shithub: scc

ref: 4e6fb511b31c7d113f56e968c952575cb0130df3
dir: /src/libc/arch/posix/time.h/

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