mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
process.c (try_with_sh): fix the wrong number of arguments
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c8a5126d50
commit
9b96817b94
1 changed files with 1 additions and 1 deletions
|
|
@ -1254,7 +1254,7 @@ exec_with_sh(const char *prog, char **argv, char **envp)
|
|||
}
|
||||
|
||||
#else
|
||||
#define try_with_sh(prog, argv, envp) (void)0
|
||||
#define try_with_sh(err, prog, argv, envp) (void)0
|
||||
#endif
|
||||
|
||||
/* This function should be async-signal-safe. Actually it is. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue