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

@@ -7,8 +7,8 @@ unsigned char __fastcall__ _sysremove (const char* name)
size_t namelen;
namelen = strlen (name);
if (namelen > 255) {
RIA.errno = EINVAL;
return __mappederrno(RIA.errno);
RIA.errno_ = EINVAL;
return __mappederrno (RIA.errno_);
}
while (namelen) {
ria_push_char (name[--namelen]);