From fc6402829157928e66019ebca577d51fecf8d179 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 22 Jun 2009 12:23:06 +0000 Subject: * io.c: remove __CHECKER__ test. * dir.c: ditto. * dln.c: ditto. * file.c: ditto. * process.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io.c') diff --git a/io.c b/io.c index 9d67bff15e..eebaa09825 100644 --- a/io.c +++ b/io.c @@ -7118,7 +7118,7 @@ rb_io_fcntl(int argc, VALUE *argv, VALUE io) #define rb_io_fcntl rb_f_notimplement #endif -#if defined(HAVE_SYSCALL) && !defined(__CHECKER__) && SIZEOF_LONG == SIZEOF_INT +#if defined(HAVE_SYSCALL) && SIZEOF_LONG == SIZEOF_INT /* * call-seq: * syscall(fixnum [, args...]) => integer -- cgit v1.2.3