]> xenbits.xensource.com Git - unikraft/libs/musl.git/commit
Re-enable musl-defined wrappers
authorDragos Iulian Argint <dragosargint21@gmail.com>
Sat, 7 May 2022 08:48:18 +0000 (11:48 +0300)
committerUnikraft <monkey@unikraft.io>
Wed, 23 Nov 2022 10:17:05 +0000 (10:17 +0000)
commite3a54d0df31ed5786f9ee64094f2038a411f695f
tree6dfb13551df2c983121c16ae1a66f7ecb94c8c57
parent58c7665a5b09cb33953e68f7520a2cf1a8596d7a
Re-enable musl-defined wrappers

In the previous version, wrappers over system calls (e.g. `read ()`)
were defined in syscall shim layer. Since we want to maintain musl as
vanilla as possible, we have re-introduced these wrappers.

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
Makefile.uk.musl.fcntl
Makefile.uk.musl.linux
Makefile.uk.musl.misc
Makefile.uk.musl.process
Makefile.uk.musl.signal
Makefile.uk.musl.stat
Makefile.uk.musl.stdio
Makefile.uk.musl.time
Makefile.uk.musl.unistd