From c0887756975bd13a500b8a858b82bb4d887fa6c0 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 24 Nov 2015 00:16:37 +0000 Subject: 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 --- ChangeLog | 5 +++++ internal.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 503f4e2791..6f653689d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Nov 24 09:16:35 2015 Nobuyoshi Nakada + + * internal.h (rb_gc_for_fd): move to export, as referred by + ext/socket. + Tue Nov 24 09:04:29 2015 David Rodriguez * file.c: [DOC] add a missing period to File docs, to terminate 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); -- cgit v1.2.3