diff options
Diffstat (limited to 'internal/io.h')
| -rw-r--r-- | internal/io.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/io.h b/internal/io.h index e6a741ee71..2110f0b087 100644 --- a/internal/io.h +++ b/internal/io.h @@ -132,7 +132,7 @@ struct rb_io { struct rb_execution_context_struct *closing_ec; VALUE wakeup_mutex; - // The fork generation of the the blocking operations list. + // The fork generation of the blocking operations list. rb_serial_t fork_generation; }; @@ -149,6 +149,7 @@ VALUE rb_io_prep_stdout(void); VALUE rb_io_prep_stderr(void); int rb_io_notify_close(struct rb_io *fptr); +bool rb_io_fptr_finalize_closed(struct rb_io *fptr); RUBY_SYMBOL_EXPORT_BEGIN /* io.c (export) */ |
