aboutsummaryrefslogtreecommitdiffstats
path: root/signal.c
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-27 08:24:10 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-27 08:24:10 +0000
commit8222d794f3ecf6cd93d537ee2f214b86975d1efc (patch)
treeb38750d17fec7cd8408a259fbd22e755bf4b3b1f /signal.c
parentea5efa117ff1aa631fe92fc33c09bea07e8592e7 (diff)
downloadruby-8222d794f3ecf6cd93d537ee2f214b86975d1efc.tar.gz
signal.c: fix braino in fake_grantfd
[Bug #14871] Is neon down? I missed ruby-core notifications on this. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63762 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'signal.c')
-rw-r--r--signal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/signal.c b/signal.c
index 7d2226b766..238679e1bd 100644
--- a/signal.c
+++ b/signal.c
@@ -1588,7 +1588,7 @@ fake_grantfd(int masterfd)
errno = ENOSYS;
return -1;
}
-#define grantpt(fd) fake_grantfd(int)
+#define grantpt(fd) fake_grantfd(fd)
#endif
int