diff --git a/include/grub/dl.h b/include/grub/dl.h index b8135c8f3..53bf9abdb 100644 --- a/include/grub/dl.h +++ b/include/grub/dl.h @@ -259,6 +259,7 @@ grub_dl_set_persistent (grub_dl_t mod __attribute__((unused))) static inline int grub_dl_is_persistent (grub_dl_t mod __attribute__((unused))) { + return 0; } #else static inline void