summaryrefslogtreecommitdiffstats
path: root/newlib/libc/sys/linux
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/linux')
-rw-r--r--newlib/libc/sys/linux/include/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/linux/include/time.h b/newlib/libc/sys/linux/include/time.h
index 0a5279f0b..64ade9463 100644
--- a/newlib/libc/sys/linux/include/time.h
+++ b/newlib/libc/sys/linux/include/time.h
@@ -92,7 +92,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