commit | 554e6f3240bcd6110214685371745278b43a8ab7 | [log] [tgz] |
---|---|---|
author | James Hogan <james.hogan@imgtec.com> | Wed May 01 13:16:50 2013 +0100 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Wed May 01 14:55:54 2013 +0000 |
tree | a08e9aa790dc448315552b6dfee5e5f4a7dad090 | |
parent | 5cf23c53b8a96269ef72b6d675c811c8132ae5ec [diff] |
test/threaded_execve: fix on metag The metag ABI has stacks growing upwards so clone expects the stack argument to point at the bottom of the stack instead of the top. * test/threaded_execve.c [__metag__]: Define clone2 differently to avoid a segfault at runtime. Signed-off-by: James Hogan <james.hogan@imgtec.com>