summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authorPeter Zhu <[email protected]>2024-02-22 16:02:10 -0500
committerPeter Zhu <[email protected]>2024-02-23 10:24:21 -0500
commitdf5b8ea4dbcc9a84969c4b941ffd0a5f468fd0fa (patch)
tree916957fa57658e91b51fc8aa9eda938e64843395 /io.c
parent386a00663092fc5eff0770dcb4b4ce5d6797dd74 (diff)
Remove unneeded RUBY_FUNC_EXPORTED
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index 94e6b50656..b4488170ea 100644
--- a/io.c
+++ b/io.c
@@ -5622,7 +5622,7 @@ rb_io_fptr_finalize(rb_io_t *fptr)
}
#define rb_io_fptr_finalize(fptr) rb_io_fptr_finalize_internal(fptr)
-RUBY_FUNC_EXPORTED size_t
+size_t
rb_io_memsize(const rb_io_t *fptr)
{
size_t size = sizeof(rb_io_t);