diff options
| author | Florian Weimer <fweimer@redhat.com> | 2017-03-09 16:33:57 +0100 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2017-03-09 16:34:11 +0100 |
| commit | 60a91a23d61a48162f428e6031d8e2c36ca3ea9f (patch) | |
| tree | 89d4cb34531757daec7d82c9e8750fe180c4aaf6 /include/time.h | |
| parent | c9611e6f0e631edbc043986e3030d57e70fafb90 (diff) | |
| download | glibc-fw/bug16145.tar.xz glibc-fw/bug16145.zip | |
WIP reorganization to improve scalability of localtimefw/bug16145
Diffstat (limited to 'include/time.h')
| -rw-r--r-- | include/time.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/time.h b/include/time.h index 08454efa5e..19a750b518 100644 --- a/include/time.h +++ b/include/time.h @@ -38,19 +38,6 @@ libc_hidden_proto (__time_isleap) /* Defined in tzset.c. */ extern char *__tzstring (const char *string); -extern int __use_tzfile attribute_hidden; - -extern void __tzfile_read (const char *file, size_t extra, - char **extrap); -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); -extern void __tzset_parse_tz (const char *tz); -extern void __tz_compute (time_t timer, struct tm *tm, int use_localtime) - __THROW internal_function; - /* 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 by FUNC. Keep track of next guess for time_t offset in *OFFSET. */ @@ -76,9 +63,6 @@ extern int __offtime (const time_t *__timer, extern char *__asctime_r (const struct tm *__tp, char *__buf); extern void __tzset (void); -/* Prototype for the internal function to get information based on TZ. */ -extern struct tm *__tz_convert (const time_t *timer, int use_localtime, struct tm *tp); - extern int __nanosleep (const struct timespec *__requested_time, struct timespec *__remaining); libc_hidden_proto (__nanosleep) |
