diff --git a/lxc.c b/lxc.c index 3039cfc..bc31eb1 100644 --- a/lxc.c +++ b/lxc.c @@ -81,7 +81,7 @@ static int lxc_wait_for_pid_status(pid_t pid) } /* Copied from lxc/confile.c, with HAVE_SYS_PERSONALITY_H check removed */ -signed long lxc_config_parse_arch(const char *arch) +static signed long lxc_config_parse_arch(const char *arch) { struct per_name { char *name;