From 9ea35ccf306cda49f3ec1ab02ae1570f68e02765 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 10 Jun 2012 21:31:49 +0000 Subject: * process.c (rb_proc_exec_n): revert the function removed at r35889. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/intern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/ruby/intern.h b/include/ruby/intern.h index 05663d9bae..1c353dcd7c 100644 --- a/include/ruby/intern.h +++ b/include/ruby/intern.h @@ -607,6 +607,7 @@ struct rb_exec_arg { VALUE envp_buf; VALUE dup2_tmpbuf; }; +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); -- cgit v1.2.3