aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'process.c')
-rw-r--r--process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/process.c b/process.c
index 905ec0e755..cb253c2183 100644
--- a/process.c
+++ b/process.c
@@ -253,7 +253,7 @@ typedef unsigned long unsigned_clock_t;
#elif defined(HAVE_LONG_LONG) && SIZEOF_CLOCK_T == SIZEOF_LONG_LONG
typedef unsigned LONG_LONG unsigned_clock_t;
#endif
-#ifdef HAVE_SIG_T
+#ifndef HAVE_SIG_T
typedef void (*sig_t) (int);
#endif