]> xenbits.xensource.com Git - unikraft/libs/musl.git/commit
Set `LIBSYSCALL_SHIM_NOWRAPPER` for musl
authorDragos Iulian Argint <dragosargint21@gmail.com>
Sat, 7 May 2022 08:45:29 +0000 (11:45 +0300)
committerUnikraft <monkey@unikraft.io>
Wed, 23 Nov 2022 10:17:05 +0000 (10:17 +0000)
commit58c7665a5b09cb33953e68f7520a2cf1a8596d7a
treeee0f68b10a4852fa2ce2c3858b076e66eedca736
parenta5983c4599da48e9af0a185c6da8c8bf60e17111
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 <dragosargint21@gmail.com>
Reviewed-by: Sergiu Moga <sergiu.moga@protonmail.com>
Reviewed-by: Simon Kuenzer <simon@unikraft.io>
Approved-by: Simon Kuenzer <simon@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #5
Config.uk