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
@ -1254,7 +1254,7 @@ exec_with_sh(const char *prog, char **argv, char **envp)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#define try_with_sh(prog, argv, envp) (void)0
|
#define try_with_sh(err, prog, argv, envp) (void)0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* This function should be async-signal-safe. Actually it is. */
|
/* This function should be async-signal-safe. Actually it is. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user