* include/cygwin/time.h: Switch to timezone variable by default. Add
comment.
This commit is contained in:
parent
ee5dec125d
commit
0d9cddc377
|
@ -1,3 +1,8 @@
|
|||
2007-07-04 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* include/cygwin/time.h: Switch to timezone variable by default. Add
|
||||
comment.
|
||||
|
||||
2007-06-29 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* cygwin.din: Export fdopendir.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue