Add epoll and do more release readiness changes
This change also pays off some of the remaining technical debt with stdio, file descriptors, and memory managemnt polyfills.
This commit is contained in:
@@ -56,7 +56,7 @@ static textwindows noinline int sched_setaffinity$nt(int pid,
|
||||
}
|
||||
}
|
||||
}
|
||||
rc = SetAffinityMask(handle ? handle : pid, mask) ? 0 : winerr();
|
||||
rc = SetAffinityMask(handle ? handle : pid, mask) ? 0 : __winerr();
|
||||
if (handle) CloseHandle(handle);
|
||||
return rc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user