Skip to content
Commit 3681cdb8 authored by Pavel Kozlov's avatar Pavel Kozlov
Browse files

ARC: Add the clone3 wrapper



Use the clone3 wrapper on ARC. It doesn't care about stack alignment.
All callers should provide an aligned stack.
It follows the internal signature:

extern int clone3 (struct clone_args *__cl_args, size_t __size,
 int (*__func) (void *__arg), void *__arg);

Reviewed-by: default avatarAdhemerval Zanella <adhemerval.zanella@linaro.org>
parent 90233f11
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment