* grub-core/lib/posix_wrap/wchar.h: Fix typo.
This commit is contained in:
parent
1d679ddaa2
commit
3c601f8c81
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-08-21 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/lib/posix_wrap/wchar.h: Fix typo.
|
||||
|
||||
2013-08-21 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/import_gcry.py: Add final newline in visibility.h.
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include <grub/charset.h>
|
||||
|
||||
#if defined(__NetBSD__) || defined(__OPENBSD__)
|
||||
#if defined(__NetBSD__) || defined(__OpenBSD__)
|
||||
#define wchar_t grub_posix_wchar_t
|
||||
#define mbstate_t grub_posix_mbstate_t
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue