mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* io.c (rb_io_fwrite): separated from io_write().
* marshal.c (w_byten): use rb_io_fwrite() to support non-blocking IO, and added error check. * rubyio.h: prototypes; rb_io_fwrite git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
96d28f71d9
commit
5b615c70eb
4 changed files with 45 additions and 24 deletions
1
rubyio.h
1
rubyio.h
|
|
@ -59,6 +59,7 @@ FILE *rb_fopen _((const char*, const char*));
|
|||
FILE *rb_fdopen _((int, const char*));
|
||||
int rb_getc _((FILE*));
|
||||
long rb_io_fread _((char *, long, FILE *));
|
||||
long rb_io_fwrite _((const char *, long, FILE *));
|
||||
int rb_io_mode_flags _((const char*));
|
||||
void rb_io_check_writable _((OpenFile*));
|
||||
void rb_io_check_readable _((OpenFile*));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue