comment changed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a69021a699
commit
2fb01bc0d1
@ -30,7 +30,7 @@ extern "C" {
|
|||||||
typedef struct rb_io_t {
|
typedef struct rb_io_t {
|
||||||
int fd; /* file descriptor */
|
int fd; /* file descriptor */
|
||||||
FILE *stdio_file; /* stdio ptr for read/write if available */
|
FILE *stdio_file; /* stdio ptr for read/write if available */
|
||||||
int mode; /* mode flags */
|
int mode; /* mode flags: FMODE_XXXs */
|
||||||
rb_pid_t pid; /* child's pid (for pipes) */
|
rb_pid_t pid; /* child's pid (for pipes) */
|
||||||
int lineno; /* number of lines read */
|
int lineno; /* number of lines read */
|
||||||
VALUE pathv; /* pathname for file */
|
VALUE pathv; /* pathname for file */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user