fixed tzset(), hopefully hg timezone bug should be fixed now

This commit is contained in:
aiju 2011-06-04 12:02:42 +02:00
parent 13ae620a45
commit 67daf453a7
3 changed files with 45 additions and 128 deletions

View file

@ -66,6 +66,8 @@ extern int nanosleep(const struct timespec *req, struct timespec *rem);
#ifdef _POSIX_SOURCE
extern char *tzname[2];
extern long timezone;
extern int daylight;
#endif
#endif /* __TIME_H */