1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-25 22:18:27 +00:00

nah it's 4

This commit is contained in:
rumbledethumps
2025-12-06 12:13:36 -08:00
parent af19d96174
commit 48b936b767
+2 -2
View File
@@ -125,8 +125,8 @@ struct timespec {
extern struct _timezone {
char daylight; /* True if daylight savings time active */
long timezone; /* Number of seconds behind UTC */
char tzname[6]; /* Name of timezone, e.g. CET */
char dstname[6]; /* Name when daylight true, e.g. CEST */
char tzname[5]; /* Name of timezone, e.g. CET */
char dstname[5]; /* Name when daylight true, e.g. CEST */
} _tz;
#define CLK_TCK CLOCKS_PER_SEC