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
This commit is contained in:
parent
e99cc601e0
commit
f7847ecb72
@ -1,3 +1,8 @@
|
|||||||
|
Tue Nov 24 09:16:35 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* internal.h (rb_gc_for_fd): move to export, as referred by
|
||||||
|
ext/socket.
|
||||||
|
|
||||||
Tue Nov 24 09:04:29 2015 David Rodriguez <deivid.rodriguez@gmail.com>
|
Tue Nov 24 09:04:29 2015 David Rodriguez <deivid.rodriguez@gmail.com>
|
||||||
|
|
||||||
* file.c: [DOC] add a missing period to File docs, to terminate
|
* file.c: [DOC] add a missing period to File docs, to terminate
|
||||||
|
@ -851,7 +851,6 @@ void rb_stdio_set_default_encoding(void);
|
|||||||
void rb_write_error_str(VALUE mesg);
|
void rb_write_error_str(VALUE mesg);
|
||||||
VALUE rb_io_flush_raw(VALUE, int);
|
VALUE rb_io_flush_raw(VALUE, int);
|
||||||
size_t rb_io_memsize(const rb_io_t *);
|
size_t rb_io_memsize(const rb_io_t *);
|
||||||
int rb_gc_for_fd(int err);
|
|
||||||
|
|
||||||
/* load.c */
|
/* load.c */
|
||||||
VALUE rb_get_load_path(void);
|
VALUE rb_get_load_path(void);
|
||||||
@ -1292,6 +1291,7 @@ VALUE rb_ident_hash_new(void);
|
|||||||
|
|
||||||
/* io.c (export) */
|
/* io.c (export) */
|
||||||
void rb_maygvl_fd_fix_cloexec(int fd);
|
void rb_maygvl_fd_fix_cloexec(int fd);
|
||||||
|
int rb_gc_for_fd(int err);
|
||||||
|
|
||||||
/* numeric.c (export) */
|
/* numeric.c (export) */
|
||||||
VALUE rb_int_positive_pow(long x, unsigned long y);
|
VALUE rb_int_positive_pow(long x, unsigned long y);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user