diff options
Diffstat (limited to 'include/time.h')
-rw-r--r-- | include/time.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/time.h b/include/time.h index aedef2dd67..daf4c27495 100644 --- a/include/time.h +++ b/include/time.h @@ -36,9 +36,9 @@ extern int __use_tzfile attribute_hidden; extern void __tzfile_read (const char *file, size_t extra, char **extrap); -extern int __tzfile_compute (time_t timer, int use_localtime, - long int *leap_correct, int *leap_hit, - struct tm *tp); +extern void __tzfile_compute (time_t timer, int use_localtime, + long int *leap_correct, int *leap_hit, + struct tm *tp); extern void __tzfile_default (const char *std, const char *dst, long int stdoff, long int dstoff); |