diff options
Diffstat (limited to 'LibC/time.h')
-rw-r--r-- | LibC/time.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/LibC/time.h b/LibC/time.h index 45f17cd4f5..9433f276c6 100644 --- a/LibC/time.h +++ b/LibC/time.h @@ -23,6 +23,9 @@ struct tm { }; extern long timezone; +extern long altzone; +extern char* tzname[2]; +extern int daylight; int gettimeofday(struct timeval*, struct timezone* tz); struct tm* localtime(const time_t*); |