mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Revert "Hide most of the implementation of struct rb_io
. (#6511)"
This reverts commit 18e55fc1e1
.
fix [Bug #19704]
https://bugs.ruby-lang.org/issues/19704
This breaks compatibility for extension libraries. Such changes
need a discussion.
This commit is contained in:
parent
e4163112f6
commit
85dcc4866d
14 changed files with 211 additions and 298 deletions
1
file.c
1
file.c
|
@ -169,6 +169,7 @@ int flock(int, int);
|
|||
#include "internal/thread.h"
|
||||
#include "internal/vm.h"
|
||||
#include "ruby/encoding.h"
|
||||
#include "ruby/io.h"
|
||||
#include "ruby/thread.h"
|
||||
#include "ruby/util.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue