Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lxc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down