summaryrefslogtreecommitdiff
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
commitd7f9e2d7ab7a62fb852d72eb5afbb3748c9dbcdb (patch)
tree4ec565a75fd43595e1bab9fa7becd15f65e5fb48 /eval.c
parentf69091fabc37019f495bda40707a7aa7c3c7cf6d (diff)
* configure.in, eval.c, intern.h: check fd_mask type.
git-svn-id: svn+ssh://ci.ruby-lang.org/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 fd7a209aff..98e60a4261 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;