(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; char **args = NULL;
struct rb_exec_arg sarg; struct rb_exec_arg sarg;
int pair[2], write_pair[2]; int pair[2], write_pair[2];
#elif defined(__SYMBIAN32__)
struct rb_exec_arg sarg;
#endif #endif
FILE *fp = 0; FILE *fp = 0;
int fd = -1; int fd = -1;