1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-20 03:52:29 +03:00

time: Remove the internal_function attribute

This commit is contained in:
Florian Weimer
2017-08-31 15:58:09 +02:00
parent d7ccc6c983
commit 7e01f080e8
4 changed files with 12 additions and 8 deletions

View File

@@ -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);