shithub: scc

ref: 2472ad09ad5d993096556543f2c5ce8f786223c1
dir: /src/libc/arch/posix/time.h/

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