ruby-changes:50273
From: mame <ko1@a...>
Date: Tue, 13 Feb 2018 16:42:56 +0900 (JST)
Subject: [ruby-changes:50273] mame:r62391 (trunk): process.c (try_with_sh): fix the wrong number of arguments
mame 2018-02-13 16:42:51 +0900 (Tue, 13 Feb 2018) New Revision: 62391 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=62391 Log: process.c (try_with_sh): fix the wrong number of arguments Modified files: trunk/process.c Index: process.c =================================================================== --- process.c (revision 62390) +++ process.c (revision 62391) @@ -1254,7 +1254,7 @@ exec_with_sh(const char *prog, char **ar https://github.com/ruby/ruby/blob/trunk/process.c#L1254 } #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. */ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/