X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=posix%2Finclude%2Fsys%2Ftime.h;h=65664ec9dc963876a7f67abab51c3d3c43659854;hp=e13d4584c1dad2c0feb2cd0107f81d0a937e3437;hb=95236481372dcee2e62a4f225400600658b9432b;hpb=cca52d053bc8cca0b9662589fc1d2958cbe91588 diff --git a/posix/include/sys/time.h b/posix/include/sys/time.h index e13d4584c1d..65664ec9dc9 100644 --- a/posix/include/sys/time.h +++ b/posix/include/sys/time.h @@ -1,4 +1,4 @@ -/* $Id: time.h,v 1.2 2002/02/20 09:17:56 hyperion Exp $ +/* $Id: time.h,v 1.3 2002/05/17 01:37:15 hyperion Exp $ */ /* * sys/time.h @@ -30,6 +30,11 @@ /* OBJECTS */ /* TYPES */ +struct timeval +{ + time_t tv_sec; /* seconds */ + suseconds_t tv_usec; /* microseconds */ +}; /* CONSTANTS */