* grub-core/kern/misc.c: Don't add abort alias in utils.
Reported by: echoline.
This commit is contained in:
parent
6556eba9c6
commit
dda060dd0f
2 changed files with 6 additions and 1 deletions
|
@ -990,7 +990,7 @@ grub_abort (void)
|
|||
grub_exit ();
|
||||
}
|
||||
|
||||
#ifndef APPLE_CC
|
||||
#if ! defined (APPLE_CC) && !defined (GRUB_UTIL)
|
||||
/* GCC emits references to abort(). */
|
||||
void abort (void) __attribute__ ((alias ("grub_abort")));
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue