aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal.h b/internal.h
index 456fc1fda6..3b1266fe91 100644
--- a/internal.h
+++ b/internal.h
@@ -851,7 +851,6 @@ void rb_stdio_set_default_encoding(void);
void rb_write_error_str(VALUE mesg);
VALUE rb_io_flush_raw(VALUE, int);
size_t rb_io_memsize(const rb_io_t *);
-int rb_gc_for_fd(int err);
/* load.c */
VALUE rb_get_load_path(void);
@@ -1292,6 +1291,7 @@ VALUE rb_ident_hash_new(void);
/* io.c (export) */
void rb_maygvl_fd_fix_cloexec(int fd);
+int rb_gc_for_fd(int err);
/* numeric.c (export) */
VALUE rb_int_positive_pow(long x, unsigned long y);