diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-30 05:40:19 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-30 05:40:19 +0000 |
| commit | 0d6e3be34219495669f0c27b341e96877f702f79 (patch) | |
| tree | e39680b86c1d948fd525eb78bdf3e1e9a2615f7d /include/ruby | |
| parent | d45d994615098a0a1359c2947a3d52728f1a9d02 (diff) | |
| download | ruby-0d6e3be34219495669f0c27b341e96877f702f79.tar.gz ruby-0d6e3be34219495669f0c27b341e96877f702f79.tar.xz ruby-0d6e3be34219495669f0c27b341e96877f702f79.zip | |
* process.c (check_exec_redirect_fd): prohibit duplex IO.
(check_exec_fds): record maxhint even if close_others is not
specified.
(rb_exec_arg_fixup): renamed from rb_exec_arg_fix.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16235 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby')
| -rw-r--r-- | include/ruby/intern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/intern.h b/include/ruby/intern.h index 9938bb8ec..8f9b2940e 100644 --- a/include/ruby/intern.h +++ b/include/ruby/intern.h @@ -455,7 +455,7 @@ int rb_proc_exec_n(int, VALUE*, const char*); int rb_proc_exec(const char*); VALUE rb_exec_arg_init(int argc, VALUE *argv, int accept_shell, struct rb_exec_arg *e); int rb_exec_arg_addopt(struct rb_exec_arg *e, VALUE key, VALUE val); -void rb_exec_arg_fix(struct rb_exec_arg *e); +void rb_exec_arg_fixup(struct rb_exec_arg *e); int rb_exec(const struct rb_exec_arg*); rb_pid_t rb_fork(int*, int (*)(void*), void*, VALUE); VALUE rb_f_exec(int,VALUE*); |
