> Date: Tue, 23 May 2017 20:59:01 +0200
> From: Henrik Carlqvist <hc...@poolhem.se>
> 
> My intention has been to make the patch work with
> both Unix and Windows, but unfortunately I have no Windows machine to test
> with. I'm not even sure if Windows supports bsd signals. If not, my
> changes to w32/w32os.c should better be undone.

There are no signals on Windows, not in the Posix sense.  Certainly
there is nothing similar to SIGUSR2 there.

If we want to support this feature on Windows, we need to use some
other mechanism, like maybe the Ctrl-BREAK handler?

Thanks.

_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to