[CRIU] [PATCH 1/4] vdso: fix build error
Alexander Kartashov
alekskartashov at parallels.com
Thu May 30 05:27:08 EDT 2013
On 05/30/2013 01:18 PM, Chanho Park wrote:
> This patch fixes build error due to lack of bool type. It can be fixed adding
> include file.
>
> In file included from arch/arm/vdso-pie.c:3:0:
> include/vdso.h:41:1: error: unknown type name ‘bool’
> include/vdso.h:93:1: error: unknown type name ‘bool’
>
> Signed-off-by: Chanho Park <chanho61.park at samsung.com>
> Signed-off-by: Myungjoo Ham <myungjoo.ham at samsung.com>
> ---
> include/vdso.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/vdso.h b/include/vdso.h
> index 3f93b3a..015f564 100644
> --- a/include/vdso.h
> +++ b/include/vdso.h
> @@ -5,6 +5,7 @@
>
> #include "asm/vdso.h"
> #include "asm/int.h"
> +#include "asm/types.h"
>
> #define VDSO_PROT (PROT_READ | PROT_EXEC)
>
Acked-by: Alexander Kartashov <alekskartashov at parallels.com>
--
Sincerely yours,
Alexander Kartashov
Intern
Core team
www.parallels.com
Skype: aleksandr.kartashov
Email: alekskartashov at parallels.com
More information about the CRIU
mailing list