]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: avoid pthreads-win32 on mingw
authorEric Blake <eblake@redhat.com>
Wed, 9 Jun 2010 13:12:21 +0000 (07:12 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 10 Jun 2010 12:05:31 +0000 (06:05 -0600)
commit6e5a04f034e6016e79a33139a51dee4e3b43e090
tree867cb0224bd2df1801fd251f39e20d37ab2fd601
parentc37c321cc2e938372345c45aed25363da01ac0f7
build: avoid pthreads-win32 on mingw

* src/util/threads.c (includes) [WIN32]: On mingw, favor native
threading over pthreads-win32 library.
* src/util/thread.h [WIN32] Likewise.
Suggested by Daniel P. Berrange.
src/util/threads-win32.c
src/util/threads.c
src/util/threads.h