summaryrefslogtreecommitdiff
path: root/rubyio.h
diff options
context:
space:
mode:
Diffstat (limited to 'rubyio.h')
-rw-r--r--rubyio.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/rubyio.h b/rubyio.h
index 145b420696..014ca4acd7 100644
--- a/rubyio.h
+++ b/rubyio.h
@@ -58,6 +58,5 @@ void rb_io_synchronized _((OpenFile*));
void rb_io_check_closed _((OpenFile*));
void rb_eof_error _((void));
-void rb_read_check _((FILE*)); /* thread aware check */
-
+int rb_read_pending _((FILE*));
#endif