summaryrefslogtreecommitdiff
path: root/src/time/_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/time/_time.h')
-rw-r--r--src/time/_time.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/time/_time.h b/src/time/_time.h
index b6d05212..76be4a7b 100644
--- a/src/time/_time.h
+++ b/src/time/_time.h
@@ -24,12 +24,10 @@
#define TZNAMELEN 64
-struct __time {
+extern struct __time_h {
char stdtz[TZNAMELEN];
char dsttz[TZNAMELEN];
-};
-
-extern struct __time __time;
+} __time_h;
/*
STDC(0)