1
0
Fork 0
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:
azav 2009-02-06 13:31:20 +00:00
parent cbee174e29
commit 71dd792128

2
io.c
View file

@ -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;