From 5256af1469e64eeac8190ba5f5bbb4a3394bacc1 Mon Sep 17 00:00:00 2001 From: Michalis Pappas Date: Wed, 2 Apr 2025 17:08:10 +0200 Subject: [PATCH] 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 --- Config.uk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.39.5