diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/time.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/time.h b/include/time.h index 73696082cc..324913214f 100644 --- a/include/time.h +++ b/include/time.h @@ -46,7 +46,7 @@ extern void __tzfile_default (const char *std, const char *dst, long int stdoff, long int dstoff); extern void __tzset_parse_tz (const char *tz); extern void __tz_compute (time_t timer, struct tm *tm, int use_localtime) - __THROW internal_function; + __THROW; /* Subroutine of `mktime'. Return the `time_t' representation of TP and normalize TP, given that a `struct tm *' maps to a `time_t' as performed @@ -89,8 +89,7 @@ extern int __getclktck (void); /* strptime support. */ extern char * __strptime_internal (const char *rp, const char *fmt, struct tm *tm, void *statep, - locale_t locparam) - internal_function; + locale_t locparam); extern double __difftime (time_t time1, time_t time0); |