ape: implement altzone for tzset()

This commit is contained in:
cinap_lenrek 2015-08-04 02:01:41 +02:00
parent 333812ca38
commit 63759d2efb
2 changed files with 5 additions and 0 deletions

View file

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