summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-08-09 07:35:01 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-08-09 07:35:01 +0000
commit61556330682130b85c34f13d9a54ef95b8fc6529 (patch)
tree001930267fe02d3669355db71853f2da69470fdd /io.c
parentc1bbe10599dfcc2dca3823dc0784eb1835c1ed74 (diff)
matz(ruby-bugs PR#51)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index 5081c15d93..642dd05f5d 100644
--- a/io.c
+++ b/io.c
@@ -2836,7 +2836,7 @@ rb_f_syscall(argc, argv)
int argc;
VALUE *argv;
{
-#ifdef HAVE_SYSCALL
+#if defined(HAVE_SYSCALL) && !defined(__CHECKER__)
#ifdef atarist
unsigned long arg[14]; /* yes, we really need that many ! */
#else