From: Dragos Iulian Argint Date: Sat, 7 May 2022 08:45:29 +0000 (+0300) Subject: Set `LIBSYSCALL_SHIM_NOWRAPPER` for musl X-Git-Tag: RELEASE-0.11.0~36 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=58c7665a5b09cb33953e68f7520a2cf1a8596d7a;p=unikraft%2Flibs%2Fmusl.git 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 --- 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