Fix kvm_open issue

This commit is contained in:
ToMe25
2021-04-19 02:50:48 +02:00
parent b8a0475a42
commit fd162f9cb8
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ static const unsigned long _glibtop_sysdeps_map_entry =
/*
* Don't implement address comparison.
*/
static int __inline
static __inline int
no_impl(const void *p, const void *q)
{
abort(); /* Should not be called. */