aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-04 07:05:00 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-04 07:05:00 +0000
commit73236254494259b467303e61ea29902634d38081 (patch)
tree555ad33febbd26a1ee3451f1fb5e8184c9c3b02f /process.c
parent2b6462f4d9886666ca735af6ead3c17a45ef55ba (diff)
downloadruby-73236254494259b467303e61ea29902634d38081.tar.gz
fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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