]> xenbits.xensource.com Git - unikraft/unikraft.git/commit
lib/posix-process: remove clone3 syscall
authorIoan-Teodor Teugea <teodor.teugea@gmail.com>
Wed, 19 Apr 2023 11:29:10 +0000 (14:29 +0300)
committerUnikraft <monkey@unikraft.io>
Thu, 4 May 2023 12:20:14 +0000 (12:20 +0000)
commitcee6ce09d7206a73389ebe54849f4764c6ebd272
tree66ca25322f99fd42f772d451286c8cd4686f7436
parent51860332a6caef0bd22ae5aa2da9a179df6ad0b2
lib/posix-process: remove clone3 syscall

As clone3 currently does not work, and glibc falls
back to clone if clone3 is not available (tested on 2.35),
the syscall can be removed until a working implementation is
available.

Signed-off-by: Ioan-Teodor Teugea <teodor.teugea@gmail.com>
Reviewed-by: Florin Postolache <florin.postolache.of@gmail.com>
Reviewed-by: Simon Kuenzer <simon@unikraft.io>
Approved-by: Simon Kuenzer <simon@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #847
lib/posix-process/Makefile.uk
lib/posix-process/clone.c