ape: implement altzone for tzset()
This commit is contained in:
parent
333812ca38
commit
63759d2efb
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue