aboutsummaryrefslogtreecommitdiff
path: root/src/xz/signals.c
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2010-05-27 14:32:51 +0300
committerLasse Collin <lasse.collin@tukaani.org>2010-05-27 14:32:51 +0300
commit44d70cb154225e47eebf15a3cfbdf3794cbb4593 (patch)
treedac4e4ed9a0bcb582f2c6b09c8ee86759761a94e /src/xz/signals.c
parentRemove references to the Subblock filter in xz and tests. (diff)
downloadxz-44d70cb154225e47eebf15a3cfbdf3794cbb4593.tar.xz
Take Cygwin into account in some #if lines.
This change is no-op, but good to have just in case for the future.
Diffstat (limited to 'src/xz/signals.c')
-rw-r--r--src/xz/signals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xz/signals.c b/src/xz/signals.c
index b27cd5b5..807b0225 100644
--- a/src/xz/signals.c
+++ b/src/xz/signals.c
@@ -16,7 +16,7 @@
volatile sig_atomic_t user_abort = false;
-#ifndef _WIN32
+#if !(defined(_WIN32) && !defined(__CYGWIN__))
/// If we were interrupted by a signal, we store the signal number so that
/// we can raise that signal to kill the program when all cleanups have