[CRIU] [PATCH 2/3] arm: add missing include file for builtin_memcpy
Pavel Emelyanov
xemul at parallels.com
Thu May 30 06:24:12 EDT 2013
On 05/30/2013 12:57 PM, Chanho Park wrote:
> Signed-off-by: Chanho Park <chanho61.park at samsung.com>
> Signed-off-by: Myungjoo Ham <myungjoo.ham at samsung.com>
> ---
> arch/arm/crtools.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/crtools.c b/arch/arm/crtools.c
> index 031fb81..9495448 100644
> --- a/arch/arm/crtools.c
> +++ b/arch/arm/crtools.c
> @@ -17,7 +17,7 @@
> #include "elf.h"
> #include "parasite-syscall.h"
> #include "restorer.h"
> -
> +#include "asm/string.h"
>
> /*
> * Injected syscall instruction
>
As Alexander has some concerns about this patch, I delaying
one for final solution which suits everyone.
Thanks,
Pavel
More information about the CRIU
mailing list