Skip to content
  • Robert Goldman's avatar
    Fix build on CCL/Windows. · 46eb49bf
    Robert Goldman authored
    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.
    46eb49bf