Fix build on CCL/Windows.
The code for %POSIX-SEND-SIGNAL -- which isn't invoked on Windows anyway, was crashing on Windows build -- because of differences in function signatures on CCL Windows/other. Fixed this by simply making %POSIX-SEND-SIGNAL a stub on Windows. I couldn't remove it altogether, because deciding whether to invoke it is a decision made at run-time, not compile-time.
Loading
Please register or sign in to comment