[libvirt] [PATCH 07/15] virsh: Handle absence of SA_SIGINFO

Eric Blake eblake at redhat.com
Mon Mar 22 16:29:16 UTC 2010


On 03/22/2010 09:00 AM, Daniel P. Berrange wrote:
> On Mon, Mar 22, 2010 at 02:25:37AM +0100, Matthias Bolte wrote:
>> MinGW and gnulib don't provide SA_SIGINFO on Windows.
> 
> ACK,  though we could fallback to the old style signal handler for Win32

gnulib provides sigaction, and even SIGPIPE emulation, just not
SA_SIGINFO.  So yes, it would still make sense to fall back on a
sigaction() that just avoids using the SA_SIGINFO flag, rather than just
skipping out on the signal registration altogether.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 323 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20100322/8541446e/attachment-0001.sig>


More information about the libvir-list mailing list