]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix build on cygwin
authorDaniel Veillard <veillard@redhat.com>
Tue, 8 Mar 2011 08:01:25 +0000 (16:01 +0800)
committerDaniel Veillard <veillard@redhat.com>
Tue, 8 Mar 2011 08:01:25 +0000 (16:01 +0800)
commitd299e1d08eadb8bfc5d53087e41f33189a9c8f17
tree8f931bf48c5e0e5e9b2a83f5d7d5b8b6fe7d9c96
parent0e29f71135c4babcee33e9d0b16db63b1c40907f
Fix build on cygwin

Apparently some signals found on Unix are not exposed, this led
to a compilation failure
* src/util/logging.c: make code related to each signal dependant
  upon the definition of that signal
src/util/logging.c