From: Stéphane Graber Date: Tue, 7 Jun 2022 21:15:54 +0000 (-0400) Subject: lxc/rexec: Use HAVE_FEXECVE X-Git-Tag: lxc-5.0.0~9^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61c40023d00253416b96c65052beb4bfbb4659e1;p=thirdparty%2Flxc.git lxc/rexec: Use HAVE_FEXECVE Signed-off-by: Stéphane Graber --- diff --git a/src/lxc/rexec.c b/src/lxc/rexec.c index ee0b453db..6a017da9c 100644 --- a/src/lxc/rexec.c +++ b/src/lxc/rexec.c @@ -16,7 +16,7 @@ #include "string_utils.h" #include "syscall_wrappers.h" -#if IS_BIONIC +#if IS_BIONIC && !HAVE_FEXECVE #include "fexecve.h" #endif