nah it's 4
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user