summaryrefslogtreecommitdiff
path: root/include/ruby/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/io.h')
-rw-r--r--include/ruby/io.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ruby/io.h b/include/ruby/io.h
index ca69c39b84..118298c59b 100644
--- a/include/ruby/io.h
+++ b/include/ruby/io.h
@@ -42,7 +42,7 @@
#endif
#include "ruby/impl/dllexport.h"
-RUBY3_SYMBOL_EXPORT_BEGIN()
+RBIMPL_SYMBOL_EXPORT_BEGIN()
PACKED_STRUCT_UNALIGNED(struct rb_io_buffer_t {
char *ptr; /* off + len <= capa */
@@ -162,6 +162,6 @@ VALUE rb_stat_new(const struct stat *);
/* gc.c */
-RUBY3_SYMBOL_EXPORT_END()
+RBIMPL_SYMBOL_EXPORT_END()
#endif /* RUBY_IO_H */