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:
NARUSE, Yui 2023-06-01 08:43:22 +09:00
parent e4163112f6
commit 85dcc4866d
14 changed files with 211 additions and 298 deletions

1
file.c
View file

@ -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"