summaryrefslogtreecommitdiff
path: root/libc/include/time.h
diff options
context:
space:
mode:
authorjimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-10-15 20:14:17 +0000
committerjimb <jimb@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-10-15 20:14:17 +0000
commit2578d0508a978254dda6fd63a066e5383ed4a92e (patch)
treeb9377779d9760df1a993a07e5a5e3833f9b9dbc3 /libc/include/time.h
parenta6a5dd0d5b707d7da7fce387d68dfb5de2905978 (diff)
Merge changes between r3777 and r3809 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@3819 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/include/time.h')
-rw-r--r--libc/include/time.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/include/time.h b/libc/include/time.h
index ed6cb3669..e896406db 100644
--- a/libc/include/time.h
+++ b/libc/include/time.h
@@ -46,6 +46,9 @@ extern void __tzfile_compute (time_t timer, int use_localtime,
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