From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Yang Date: Wed, 29 Aug 2018 07:54:51 +0800 Subject: [LTP] [PATCH v2] newlib_tests/test_exec.c: Fix compiler error before glibc v2.11 In-Reply-To: <1159033665.43135384.1535456318096.JavaMail.zimbra@redhat.com> References: <20180824145656.GA5131@rei> <1535328355-16759-1-git-send-email-yangx.jy@cn.fujitsu.com> <1159033665.43135384.1535456318096.JavaMail.zimbra@redhat.com> Message-ID: <5B85E0CB.6060406@cn.fujitsu.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it On 2018/08/28 19:38, Jan Stancek wrote: > ----- Original Message ----- >> Before glibc v2.11, execvpe() was not introduced and resulted in >> compiler error, so we replace execvpe() with execve() and update >> test-writing-guidelines.txt. >> >> Signed-off-by: Xiao Yang > This is older than oldest RHEL distro I still use to check LTP builds, > but it works fine on more recent ones, so ACK. Hi Jan, Thanks for your review. I saw this issue on RHEL5. Thanks, Xiao Yang > Regards, > Jan > > >