From 58c7665a5b09cb33953e68f7520a2cf1a8596d7a Mon Sep 17 00:00:00 2001 From: Dragos Iulian Argint Date: Sat, 7 May 2022 11:45:29 +0300 Subject: [PATCH] Set `LIBSYSCALL_SHIM_NOWRAPPER` for musl We need to set the LIBSYSCALL_SHIM_NOWRAPPER field in the configuration file to prevent syscall shim layer from creating system call wrappers. These wrappers are already defined in musl. Signed-off-by: Dragos Iulian Argint Reviewed-by: Sergiu Moga Reviewed-by: Simon Kuenzer Approved-by: Simon Kuenzer Tested-by: Unikraft CI GitHub-Closes: #5 --- Config.uk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Config.uk b/Config.uk index 9d4a15a..45218f4 100644 --- a/Config.uk +++ b/Config.uk @@ -19,6 +19,8 @@ menuconfig LIBMUSL select LIBMUSL_STDLIB select LIBMUSL_ENV + select LIBSYSCALL_SHIM_NOWRAPPER + if LIBMUSL config LIBMUSL_AIO -- 2.39.5