Skip to content

Commit

Permalink
Makefile.uk.musl.exit: Patch for case insensitive file systems
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Stefan Jumarea <[email protected]>
Reviewed-by: Simon Kuenzer <[email protected]>
Approved-by: Simon Kuenzer <[email protected]>
Tested-by: Unikraft CI <[email protected]>
GitHub-Closes: #70
  • Loading branch information
Starnox authored and unikraft-bot committed Aug 11, 2023
1 parent 19349d2 commit 1cb96ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.uk.musl.exit
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LIBMUSL_EXIT_SRCS-y += $(LIBMUSL)/src/exit/assert.c
LIBMUSL_EXIT_SRCS-y += $(LIBMUSL)/src/exit/atexit.c
LIBMUSL_EXIT_SRCS-y += $(LIBMUSL)/src/exit/at_quick_exit.c
LIBMUSL_EXIT_SRCS-y += $(LIBMUSL)/src/exit/exit.c
LIBMUSL_EXIT_SRCS-y += $(LIBMUSL)/src/exit/_Exit.c
LIBMUSL_EXIT_SRCS-y += $(LIBMUSL)/src/exit/_Exit.c|exit
LIBMUSL_EXIT_SRCS-y += $(LIBMUSL)/src/exit/quick_exit.c

$(eval $(call _libmusl_import_lib,exit,$(LIBMUSL_EXIT_HDRS-y),$(LIBMUSL_EXIT_SRCS-y)))

0 comments on commit 1cb96ca

Please sign in to comment.