mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
(pipe_open) [__SYMBIAN32__]: fixed compile time error
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cbee174e29
commit
71dd792128
1 changed files with 2 additions and 0 deletions
2
io.c
2
io.c
|
@ -4510,6 +4510,8 @@ pipe_open(struct rb_exec_arg *eargp, VALUE prog, const char *modestr, int fmode,
|
|||
char **args = NULL;
|
||||
struct rb_exec_arg sarg;
|
||||
int pair[2], write_pair[2];
|
||||
#elif defined(__SYMBIAN32__)
|
||||
struct rb_exec_arg sarg;
|
||||
#endif
|
||||
FILE *fp = 0;
|
||||
int fd = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue