]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add HAVE_PTHREAD_H guard for pthread_sigmask
authorMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 19 Mar 2010 20:09:30 +0000 (21:09 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 23 Mar 2010 01:13:19 +0000 (02:13 +0100)
commit7233dc170fec14123e2c2a2d9c3f5841eb5d7a65
tree916664e7c30d440948bf8a6cb34b40c9e94e413e
parent2f80b2a013ebf3257f26cfe595e5926ae024d02b
Add HAVE_PTHREAD_H guard for pthread_sigmask

Correctly disable pthread related code if pthread is not avialable,
in order to get it compile with MinGW on Windows.
src/remote/remote_driver.c
src/util/util.c