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

@@ -5,8 +5,8 @@ int __fastcall__ write_xstack (const void* buf, unsigned count, int fildes)
{
unsigned i;
if (count > 512) {
RIA.errno = EINVAL;
return __mappederrno(RIA.errno);
RIA.errno_ = EINVAL;
return __mappederrno (RIA.errno_);
}
for (i = count; i;) {
ria_push_char (((char*)buf)[--i]);