]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Avoid pthread_sigmask on Win32 platforms
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 10 Feb 2011 12:46:29 +0000 (12:46 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 10 Feb 2011 14:30:10 +0000 (14:30 +0000)
commit100f4a63a2478ad9e2a8fa646e4605c2755f99ab
tree2111c30899e8f8ecaac0355a7ad61d3b37e51577
parenteacb3bb02a66c69fda8ec20672cf2ae24aae49bd
Avoid pthread_sigmask on Win32 platforms

Win32 doesn't have a concept of signal masks so disable that
code. It is unclear how SIGINT is delivered (if at all) on
Win32, so this might further work to provide an alternative
to pthread_sigmask

* tools/virsh.c: Avoid pthread_sigmask on Win32
tools/virsh.c