summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-11-11 17:11:05 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-11-11 17:11:05 +0000
commitcdf8495a0d29e8a7a79f1ed0000925a2f08c7ffe (patch)
tree4ec565a75fd43595e1bab9fa7becd15f65e5fb48 /eval.c
parent5729e642525bd14c91248f2af875aba1fe9287d1 (diff)
downloadruby-cdf8495a0d29e8a7a79f1ed0000925a2f08c7ffe.tar.gz
ruby-cdf8495a0d29e8a7a79f1ed0000925a2f08c7ffe.tar.xz
ruby-cdf8495a0d29e8a7a79f1ed0000925a2f08c7ffe.zip
* configure.in, eval.c, intern.h: check fd_mask type.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index fd7a209af..98e60a426 100644
--- a/eval.c
+++ b/eval.c
@@ -9546,7 +9546,7 @@ enum thread_status {
# endif
#endif
-#if defined(NFDBITS) && defined(howmany)
+#if defined(NFDBITS) && defined(HAVE_RB_FD_INIT)
void
rb_fd_init(fds)
volatile rb_fdset_t *fds;