aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-24 00:16:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-24 00:16:37 +0000
commitf7847ecb7233402d499febd6414ac34400d7b65c (patch)
treeb82f2a7a8b3beb18355807052c732d765057dff5 /internal.h
parente99cc601e005ffebf7717200ad844c87fe60e5cd (diff)
downloadruby-f7847ecb7233402d499febd6414ac34400d7b65c.tar.gz
internal.h: export rb_gc_for_fd
* internal.h (rb_gc_for_fd): move to export, as referred by ext/socket. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52730 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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);