summaryrefslogtreecommitdiffstats
path: root/newlib/libc/time/gettzinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/time/gettzinfo.c')
-rw-r--r--newlib/libc/time/gettzinfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/time/gettzinfo.c b/newlib/libc/time/gettzinfo.c
index be754f31b..54c9bc2f0 100644
--- a/newlib/libc/time/gettzinfo.c
+++ b/newlib/libc/time/gettzinfo.c
@@ -3,8 +3,8 @@
/* Shared timezone information for libc/time functions. */
static __tzinfo_type tzinfo = {1, 0,
- { {'J', 0, 0, 0, 0, (time_t)0, 0 },
- {'J', 0, 0, 0, 0, (time_t)0, 0 }
+ { {'J', 0, 0, 0, 0, (time_t)0, 0L },
+ {'J', 0, 0, 0, 0, (time_t)0, 0L }
}
};