aboutsummaryrefslogtreecommitdiffstats
path: root/nt/inc/sys/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'nt/inc/sys/time.h')
-rw-r--r--nt/inc/sys/time.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nt/inc/sys/time.h b/nt/inc/sys/time.h
index 441b3faa65..881808c532 100644
--- a/nt/inc/sys/time.h
+++ b/nt/inc/sys/time.h
@@ -5,12 +5,12 @@
* sys/time.h doesn't exist on NT
*/
-struct timeval
+struct timeval
{
long tv_sec; /* seconds */
long tv_usec; /* microseconds */
};
-struct timezone
+struct timezone
{
int tz_minuteswest; /* minutes west of Greenwich */
int tz_dsttime; /* type of dst correction */