mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
Keep the old-style function definition
This commit is contained in:
parent
462579d54e
commit
37341289e6
@ -1632,7 +1632,7 @@ static int _set_oom_adj(const char *oom_adj_path, int val)
|
|||||||
/*
|
/*
|
||||||
* Protection against OOM killer if kernel supports it
|
* Protection against OOM killer if kernel supports it
|
||||||
*/
|
*/
|
||||||
static int _protect_against_oom_killer()
|
static int _protect_against_oom_killer(void)
|
||||||
{
|
{
|
||||||
struct stat st;
|
struct stat st;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user