shithub: scc

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

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