Skip to content

Commit 672060b

Browse files
authored
Merge pull request #38 from thomasjfox/fix-personality-corruption
Fix random "personality" corruption when linking against lxc 6
2 parents 018c4ed + f8d5ddc commit 672060b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lxc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ static int lxc_wait_for_pid_status(pid_t pid)
8181
}
8282

8383
/* Copied from lxc/confile.c, with HAVE_SYS_PERSONALITY_H check removed */
84-
signed long lxc_config_parse_arch(const char *arch)
84+
static signed long lxc_config_parse_arch(const char *arch)
8585
{
8686
struct per_name {
8787
char *name;

0 commit comments

Comments
 (0)