From df5b8ea4dbcc9a84969c4b941ffd0a5f468fd0fa Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Thu, 22 Feb 2024 16:02:10 -0500 Subject: Remove unneeded RUBY_FUNC_EXPORTED --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io.c') 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); -- cgit v1.2.3