diff options
author | S-H-GAMELINKS <[email protected]> | 2021-09-28 13:00:16 +0900 |
---|---|---|
committer | Samuel Williams <[email protected]> | 2021-09-28 18:08:08 +1300 |
commit | 1e9a688cd55d825d8c77c74c62d4b642ef492659 (patch) | |
tree | 85980ec1f4e6da5567e3da0df782f5118981a537 /thread.c | |
parent | 2cf101436202c72278926a9d2593f9c26b8e83ce (diff) |
Move some function declaration to internal/io.h
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4901
Diffstat (limited to 'thread.c')
-rw-r--r-- | thread.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -778,11 +778,6 @@ thread_do_start(rb_thread_t *th) void rb_ec_clear_current_thread_trace_func(const rb_execution_context_t *ec); -// io.c -VALUE rb_io_prep_stdin(void); -VALUE rb_io_prep_stdout(void); -VALUE rb_io_prep_stderr(void); - static int thread_start_func_2(rb_thread_t *th, VALUE *stack_start) { |