mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-08 00:57:15 +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>
|
2013-12-16 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* include/grub/efi/api.h: Define (u)intn_t based on pointer size and
|
* include/grub/efi/api.h: Define (u)intn_t based on pointer size and
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
|
|
||||||
#include <grub/err.h>
|
#include <grub/err.h>
|
||||||
|
|
||||||
|
#undef errno
|
||||||
#define errno grub_errno
|
#define errno grub_errno
|
||||||
#define EINVAL GRUB_ERR_BAD_NUMBER
|
#define EINVAL GRUB_ERR_BAD_NUMBER
|
||||||
#define ENOMEM GRUB_ERR_OUT_OF_MEMORY
|
#define ENOMEM GRUB_ERR_OUT_OF_MEMORY
|
||||||
|
Loading…
Reference in New Issue
Block a user