sh: Fix clone exit return code (BZ #22605)
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 14 Dec 2017 12:07:44 +0000 (10:07 -0200)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 19 Dec 2017 14:02:01 +0000 (12:02 -0200)
commit554e3d51efdd7d15c15876b80a7cba3ad9b6a738
treed28607d0f923e551df1cf98dd50374b63a784b88
parentcba595c350e52194e10c0006732e1991e3d0803b
sh: Fix clone exit return code (BZ #22605)

Since 3f823e87cc (Call exit directly in clone (BZ #21512)) SH clone
implementation fails to set the exit code resulting in the failures:

FAIL: nptl/tst-align-clone
FAIL: nptl/tst-getpid1

This patch fixes the both testcases.

[BZ #22605]
* sysdeps/unix/sysv/linux/sh/clone.S (__clone): Fix exit return
code.

Signed-off-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
ChangeLog
sysdeps/unix/sysv/linux/sh/clone.S