shithub: scc

ref: 19e8c2323baa2d8d79ef6854367c30185fda99c8
dir: /src/libc/arch/posix/time.h/

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