From 7b65dbd4ebade81d504cfe5e681292a58ad1fdf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 28 Jun 2018 04:18:55 +0200 Subject: New upstream version 0.9.10 --- tests/test-sigprocmask.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-sigprocmask.c') diff --git a/tests/test-sigprocmask.c b/tests/test-sigprocmask.c index bf8e3a6..7b09bb1 100644 --- a/tests/test-sigprocmask.c +++ b/tests/test-sigprocmask.c @@ -30,7 +30,7 @@ SIGNATURE_CHECK (sigprocmask, int, (int, const sigset_t *, sigset_t *)); #include "macros.h" -#if !((defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__) +#if !(defined _WIN32 && !defined __CYGWIN__) static volatile int sigint_occurred; -- cgit v1.2.3