mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2025-11-19 21:11:59 +00:00
sync time.h
This commit is contained in:
@ -154,7 +154,7 @@ extern int * __daylight;
|
||||
extern char **__tzname;
|
||||
|
||||
//#define timezone (*__timezone)
|
||||
#define daylight (*__daylight)
|
||||
//#define daylight (*__daylight)
|
||||
#define _timezone (*__timezone)
|
||||
#define _daylight (*__daylight)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user