diff --git a/lib/mm/memlock.c b/lib/mm/memlock.c index 34a6efff5..c17ae13f0 100644 --- a/lib/mm/memlock.c +++ b/lib/mm/memlock.c @@ -639,7 +639,7 @@ void memlock_unlock(struct cmd_context *cmd) #endif -int memlock_count_daemon() +int memlock_count_daemon(void) { return _memlock_count_daemon; }