]> xenbits.xensource.com Git - unikraft/libs/musl.git/commit
Prevent syscall shim layer libc wrapper generation
authorCyril Soldani <cyril.soldani@uliege.be>
Fri, 9 Oct 2020 16:55:50 +0000 (18:55 +0200)
committerUnikraft <monkey@unikraft.io>
Wed, 13 Oct 2021 11:31:40 +0000 (11:31 +0000)
commitc4c9d1789bfe492103ea2a24e79dd4ad40aa0249
tree5e6733aadf064c681fee3305827e2e62d1496970
parent6d5140460cb932a0bbf7901bc7dec8532d363bd0
Prevent syscall shim layer libc wrapper generation

The musl libc provides its own wrappers around syscalls, which we prefer
to the shim-layer-generated ones as they often do additional
bookkeeping. And we can't have both as it would lead to conflicts.

Signed-off-by: Cyril Soldani <cyril.soldani@uliege.be>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Pull-Request: #3
Makefile.uk