* include/cygwin/time.h: Switch to timezone variable by default. Add

comment.
This commit is contained in:
Corinna Vinschen
2007-07-04 09:56:15 +00:00
parent ee5dec125d
commit 0d9cddc377
2 changed files with 8 additions and 1 deletions

View File

@@ -29,7 +29,9 @@ time_t __cdecl timegm (struct tm *);
# define daylight _daylight
# endif
# ifndef timezonevar
/* The timezone function is only kept for backward compatibility.
POSIX expects the timezone variable as XSI extension. */
# ifdef __timezonefunc__
char __cdecl *timezone (void);
# elif !defined(timezone)
# define timezone _timezone