2009-07-21 Pavel Roskin <proski@gnu.org>
* kern/dl.c (grub_dl_check_header): Make static.
This commit is contained in:
parent
6a6cbcaf5e
commit
f76ce8896a
3 changed files with 5 additions and 2 deletions
|
@ -223,7 +223,7 @@ grub_dl_get_section_addr (grub_dl_t mod, unsigned n)
|
|||
}
|
||||
|
||||
/* Check if EHDR is a valid ELF header. */
|
||||
grub_err_t
|
||||
static grub_err_t
|
||||
grub_dl_check_header (void *ehdr, grub_size_t size)
|
||||
{
|
||||
Elf_Ehdr *e = ehdr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue