diff options
Diffstat (limited to 'time/tzfile.c')
-rw-r--r-- | time/tzfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/tzfile.c b/time/tzfile.c index 332ed46c33..e334249e77 100644 --- a/time/tzfile.c +++ b/time/tzfile.c @@ -402,7 +402,7 @@ DEFUN(__tzfile_compute, (timer, leap_correct, leap_hit), void DEFUN(compute_tzname_max, (chars), size_t chars) { - extern long int __tzname_cur_max; /* Defined in __tzset.c. */ + extern size_t __tzname_cur_max; /* Defined in __tzset.c. */ const char *p; |