fixed tzset(), hopefully hg timezone bug should be fixed now
This commit is contained in:
parent
13ae620a45
commit
67daf453a7
3 changed files with 45 additions and 128 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue