[libvirt] [PATCH] build: use gnulib pthread_sigmask

Eric Blake eblake at redhat.com
Thu Jul 7 19:16:26 UTC 2011


On 07/07/2011 03:22 AM, Daniel P. Berrange wrote:
> On Wed, Jul 06, 2011 at 11:24:12AM -0600, Eric Blake wrote:
>> Gnulib finally learned how to do pthread_sigmask on mingw.
>>
>> We still have to worry about optional signals, like SIGWINCH,
>> but overall, this makes for less conditional code.
>>
>> * .gnulib: Update to latest, for pthread_sigmask.
>> * bootstrap.conf (gnulib_modules): Add pthread_sigmask.
>> * configure.ac (AC_CHECK_FUNCS): Drop redundant check.
>> * src/rpc/virnetclient.c (virNetClientSetTLSSession)
>> (virNetClientIOEventLoop): Make code unconditional.
>> * src/util/command.c (virFork): Likewise.
>> * tools/virsh.c (doMigrate, cmdMigrate): Likewise.
>> ---
>>  .gnulib                |    2 +-
>>  bootstrap.conf         |    1 +
>>  configure.ac           |    2 +-
>>  src/rpc/virnetclient.c |   24 ++++++++----------------
>>  src/util/command.c     |   10 ----------
>>  tools/virsh.c          |   10 ----------
>>  6 files changed, 11 insertions(+), 38 deletions(-)
> 
> ACK

Pushed, along with the pre-requisite patch for fixing vsnprintf that
also touched .gnulib and bootstrap.conf:

https://www.redhat.com/archives/libvir-list/2011-July/msg00253.html

-- 
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: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20110707/65f45e5f/attachment-0001.sig>


More information about the libvir-list mailing list