summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
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