Rename exit to efi_exit to avoid clashing with libsa exit definition
authorimp <imp@FreeBSD.org>
Thu, 12 Oct 2017 15:16:16 +0000 (15:16 +0000)
committerimp <imp@FreeBSD.org>
Thu, 12 Oct 2017 15:16:16 +0000 (15:16 +0000)
commit74db99d940312ccf64ac9925344ad658a922271f
tree192aa57a7a8a3d919ef8553535150e6700788527
parent4f020ac7e521ed45a2f1087857c0a42d9bb66343
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