diff options
Diffstat (limited to 'eval.c')
| -rw-r--r-- | eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11262,7 +11262,7 @@ rb_thread_select(max, read, write, except, timeout) struct timeval *timeout; { #ifndef linux - double limit; + double limit = 0; #endif int n; |
