nah it's 4

This commit is contained in:
rumbledethumps
2025-12-06 12:13:36 -08:00
parent af19d96174
commit 48b936b767

View File

@@ -125,8 +125,8 @@ struct timespec {
extern struct _timezone { extern struct _timezone {
char daylight; /* True if daylight savings time active */ char daylight; /* True if daylight savings time active */
long timezone; /* Number of seconds behind UTC */ long timezone; /* Number of seconds behind UTC */
char tzname[6]; /* Name of timezone, e.g. CET */ char tzname[5]; /* Name of timezone, e.g. CET */
char dstname[6]; /* Name when daylight true, e.g. CEST */ char dstname[5]; /* Name when daylight true, e.g. CEST */
} _tz; } _tz;
#define CLK_TCK CLOCKS_PER_SEC #define CLK_TCK CLOCKS_PER_SEC