diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 1999-09-20 07:14:18 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 1999-09-20 07:14:18 +0000 |
commit | 7424833158ab053790f4e23ac1c4a5178eadbbdb (patch) | |
tree | 32169a95b2aadc737d2a78b02bc0cb5fba56e856 /rubyio.h | |
parent | d7a2784d390cefae4ec13e896b0f7f33a7541beb (diff) | |
download | ruby-7424833158ab053790f4e23ac1c4a5178eadbbdb.tar.gz ruby-7424833158ab053790f4e23ac1c4a5178eadbbdb.tar.xz ruby-7424833158ab053790f4e23ac1c4a5178eadbbdb.zip |
19990920
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@533 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'rubyio.h')
-rw-r--r-- | rubyio.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ int rb_io_mode_flags _((const char*)); void rb_io_check_writable _((OpenFile*)); void rb_io_check_readable _((OpenFile*)); void rb_io_fptr_finalize _((OpenFile*)); -void rb_io_unbuffered _((OpenFile*)); +void rb_io_synchronized _((OpenFile*)); void rb_io_check_closed _((OpenFile*)); void rb_eof_error _((void)); |