From: Michalis Pappas Date: Wed, 2 Apr 2025 15:08:10 +0000 (+0200) Subject: Adapt to updated libposix-process config options X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;p=unikraft%2Flibs%2Fmusl.git Adapt to updated libposix-process config options Following the consolidation of CONFIG_LIBPOSIX_PROCESS_PIDS and CONFIG_LIBPOSIX_PROCESS_CLONE into LIBPOSIX_PROCESS_MULTITHREADING, update to the new config. Signed-off-by: Michalis Pappas Reviewed-by: Andrei Tatar Approved-by: Razvan Deaconescu GitHub-Closes: #87 --- diff --git a/Config.uk b/Config.uk index 59639e4..05d1158 100644 --- a/Config.uk +++ b/Config.uk @@ -8,9 +8,7 @@ menuconfig LIBMUSL select LIBSYSCALL_SHIM select LIBVFSCORE select LIBPOSIX_PROCESS - select LIBPOSIX_PROCESS_PIDS - select LIBPOSIX_PROCESS_INIT_PIDS - select LIBPOSIX_PROCESS_CLONE + select LIBPOSIX_PROCESS_MULTITHREADING select LIBPOSIX_FUTEX select LIBUKSCHED select LIBUKSCHED_TCB_INIT