]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Rename exit to efi_exit to avoid clashing with libsa exit definition
authorWarner Losh <imp@FreeBSD.org>
Thu, 12 Oct 2017 15:16:16 +0000 (15:16 +0000)
committerWarner Losh <imp@FreeBSD.org>
Thu, 12 Oct 2017 15:16:16 +0000 (15:16 +0000)
commit1461c26d38fb9eb8583e4fd60cbea795330e3e99
tree192aa57a7a8a3d919ef8553535150e6700788527
parent9576e1ee54c081885977d53ef7b96674323dc8ff
Rename exit to efi_exit to avoid clashing with libsa exit definition

Rename exit to efi_exit. It doesn't have the proper signature and
conflicts with standard definition. Provide the standard definition as
well.

Sponsored by: Netflix
sys/boot/efi/include/efilib.h
sys/boot/efi/loader/arch/i386/exec.c
sys/boot/efi/loader/efi_main.c