diff options
author | Pavel Kozlov <pavel.kozlov@synopsys.com> | 2023-03-02 20:10:18 +0400 |
---|---|---|
committer | Pavel Kozlov <pavel.kozlov@synopsys.com> | 2023-03-13 18:12:32 +0400 |
commit | 3681cdb8f8b2e19d510caa354fa8d5e466f1d72a (patch) | |
tree | f271896d2b3c038a5960d7db7fcd43b832fec58d /math | |
parent | 90233f113cc941ef88ce03b7f73221a964dcaca8 (diff) | |
download | glibc-3681cdb8f8b2e19d510caa354fa8d5e466f1d72a.zip glibc-3681cdb8f8b2e19d510caa354fa8d5e466f1d72a.tar.gz glibc-3681cdb8f8b2e19d510caa354fa8d5e466f1d72a.tar.bz2 |
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: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'math')
0 files changed, 0 insertions, 0 deletions