mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-03 06:48:17 +00:00
* grub-core/lib/posix_wrap/errno.h: Undefine errno before redefining.
This commit is contained in:
parent
3e38c31a4b
commit
d87cb3ae3c
@ -1,3 +1,7 @@
|
||||
2013-12-16 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/lib/posix_wrap/errno.h: Undefine errno before redefining.
|
||||
|
||||
2013-12-16 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* include/grub/efi/api.h: Define (u)intn_t based on pointer size and
|
||||
|
@ -21,6 +21,7 @@
|
||||
|
||||
#include <grub/err.h>
|
||||
|
||||
#undef errno
|
||||
#define errno grub_errno
|
||||
#define EINVAL GRUB_ERR_BAD_NUMBER
|
||||
#define ENOMEM GRUB_ERR_OUT_OF_MEMORY
|
||||
|
Loading…
Reference in New Issue
Block a user