mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2026-01-04 04:04:29 +00:00
Don't let openssl() try to call an external abort()
Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
5e827007b3
commit
b9e81483bb
@ -380,5 +380,6 @@ extern FILE *stdout;
|
||||
#define atoi(nptr) AsciiStrDecimalToUintn(nptr)
|
||||
#define gettimeofday(tvp,tz) do { (tvp)->tv_sec = time(NULL); (tvp)->tv_usec = 0; } while (0)
|
||||
#define gmtime_r(timer,result) (result = NULL)
|
||||
#define abort()
|
||||
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user