summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/include/time.h')
-rw-r--r--newlib/libc/include/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/time.h b/newlib/libc/include/time.h
index 83977d2d2..0ef5e958e 100644
--- a/newlib/libc/include/time.h
+++ b/newlib/libc/include/time.h
@@ -79,7 +79,7 @@ typedef struct __tzrule_struct
int d;
int s;
time_t change;
- int offset;
+ long offset; /* Match type of _timezone. */
} __tzrule_type;
typedef struct __tzinfo_struct