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:
mame 2018-02-13 07:42:51 +00:00
parent c8a5126d50
commit 9b96817b94

View File

@ -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. */