diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-11-11 17:11:05 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-11-11 17:11:05 +0000 |
| commit | cdf8495a0d29e8a7a79f1ed0000925a2f08c7ffe (patch) | |
| tree | 4ec565a75fd43595e1bab9fa7becd15f65e5fb48 /eval.c | |
| parent | 5729e642525bd14c91248f2af875aba1fe9287d1 (diff) | |
| download | ruby-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
