1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 18:55:19 +03:00

cleanup: gcc warning for old-style

This commit is contained in:
Zdenek Kabelac 2015-10-23 09:42:38 +02:00
parent e5b686d693
commit 21748a8630

View File

@ -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;
}