aboutsummaryrefslogtreecommitdiffstats
path: root/rubyio.h
diff options
context:
space:
mode:
Diffstat (limited to 'rubyio.h')
-rw-r--r--rubyio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rubyio.h b/rubyio.h
index d79ea79032..00a5facf23 100644
--- a/rubyio.h
+++ b/rubyio.h
@@ -93,6 +93,7 @@ void rb_io_check_initialized(OpenFile*);
void rb_io_check_closed(OpenFile*);
int rb_io_wait_readable(int);
int rb_io_wait_writable(int);
+void rb_io_set_nonblock(OpenFile *fptr);
VALUE rb_io_taint_check(VALUE);
NORETURN(void rb_eof_error(void));