shithub: scc

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

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