mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
* io.c (set_binary_mode_with_seek_cur): reorder function qualifiers.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d573446841
commit
b8729f117c
1 changed files with 3 additions and 1 deletions
4
io.c
4
io.c
|
@ -420,7 +420,9 @@ static int io_fflush(rb_io_t *);
|
|||
/*
|
||||
* Return previous translation mode.
|
||||
*/
|
||||
inline static int set_binary_mode_with_seek_cur(rb_io_t *fptr) {
|
||||
static inline int
|
||||
set_binary_mode_with_seek_cur(rb_io_t *fptr)
|
||||
{
|
||||
off_t r, pos;
|
||||
ssize_t read_size;
|
||||
long i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue