]> xenbits.xensource.com Git - unikraft/libs/musl.git/commit
Makefile.uk.musl.exit: Patch for case insensitive file systems RELEASE-0.14.0
authorEduard-Florin Mihailescu <mihailescu.eduard@gmail.com>
Sat, 5 Aug 2023 16:24:11 +0000 (19:24 +0300)
committerUnikraft <monkey@unikraft.io>
Fri, 11 Aug 2023 13:33:38 +0000 (13:33 +0000)
commit1cb96ca92a6d88a04f58c8a2d4e56797a339c979
tree9163ceffdf692a03865776d95ba8d83551541da8
parent19349d2d2e2c44e4f3845df98a747adf3db09b53
Makefile.uk.musl.exit: Patch for case insensitive file systems

Add `exit` variant to _Exit.c to prevent symbol conflicts. This
is necessary since some file systems are case insensitive, and it could
otherwise lead to a conflict with the object resulted from _exit.c

Signed-off-by: Eduard-Florin Mihailescu <mihailescu.eduard@gmail.com>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Simon Kuenzer <simon@unikraft.io>
Approved-by: Simon Kuenzer <simon@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #70
Makefile.uk.musl.exit