shithub: scc

ref: 1ad229b4a8dc58eddc4b4880dd470e093d6d4433
dir: /src/libc/arch/posix/time.h/

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