* grub-core/kern/emu/mm.c (grub_memalign): Don't define if there is no

implementation available to cause compile-time rather than runtime
	error.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-08-22 16:16:29 +02:00
parent fc46e9fca8
commit ed7fbf43c2
2 changed files with 10 additions and 5 deletions

View file

@ -1,3 +1,9 @@
2013-08-22 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/emu/mm.c (grub_memalign): Don't define if there is no
implementation available to cause compile-time rather than runtime
error.
2013-08-22 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-fstest.c: Don't check for symlinks on windows.