aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/mips/clone3.S
AgeCommit message (Collapse)Author
2023-09-05mips: Add the clone3 wrapperAdhemerval Zanella Netto
It follows the internal signature: extern int clone3 (struct clone_args *__cl_args, size_t __size, int (*__func) (void *__arg), void *__arg); Checked on mips64el-linux-gnueabihf, mips64el-n32-linux-gnu, and mipsel-linux-gnu.