shithub: scc

ref: b17cc0af133dcaeb60d742159836cae7d0d431f7
dir: /src/libc/arch/posix/time.h/

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