change to ria_tzset

This commit is contained in:
rumbledethumps
2025-05-24 21:27:05 -07:00
parent 795cc55e45
commit b6d261ba2b
8 changed files with 21 additions and 17 deletions

View File

@@ -134,7 +134,6 @@ extern struct _timezone {
int __fastcall__ clock_getres (clockid_t clock_id, struct timespec *res);
int __fastcall__ clock_gettime (clockid_t clock_id, struct timespec *tp);
int __fastcall__ clock_settime (clockid_t clock_id, const struct timespec *tp);
void tzset (void);
#endif