This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
authorNick Ing-Simmons <nik@tiuk.ti.com>
Fri, 11 Jan 2002 20:58:20 +0000 (20:58 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Fri, 11 Jan 2002 20:58:20 +0000 (20:58 +0000)
commitf646a69a049030ff75ef540aa2c16835b7972cc1
treed2c2dcf80d65b94e1181864a8e960c12bc3c6628
parentef130326245aa7fe973aebf799139d47c3591ddd
Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
as C runtime seems to get its hands on them even though we said
they were handled.
Still an issue with "die" out of signal handler - get panic: pp_iter

p4raw-id: //depot/perlio@14196
win32/win32.c