Commit 5a6d2cea authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Andrei Vagin

criu: Fix headers for non-x86 arches.

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent aabb45be
#ifndef __COMPEL_KSIGSET_H__
#define __COMPEL_KSIGSET_H__
#include <compel/plugins/std/asm/syscall-types.h>
static inline void ksigfillset(k_rtsigset_t *set)
{
int i;
......
......@@ -6,6 +6,7 @@
#include "types.h"
#include <compel/asm/processor-flags.h>
#include "asm/infect-types.h"
#include "asm/restorer.h"
#include "common/compiler.h"
#include "ptrace.h"
......
......@@ -7,6 +7,8 @@
#include <asm/ptrace.h>
#include "common/page.h"
#include "page.h"
#define SIGMAX 64
#define SIGMAX_OLD 31
......
......@@ -83,7 +83,7 @@ int compel_syscall(struct parasite_ctl *ctl, int nr, unsigned long *ret,
return err;
}
void *mmap_re(struct parasite_ctl *ctl,
void *remote_mmap(struct parasite_ctl *ctl,
void *addr, size_t length, int prot,
int flags, int fd, off_t offset)
{
......
......@@ -4,11 +4,11 @@
#include "types.h"
#include <compel/asm/processor-flags.h>
#include "asm/infect-types.h"
#include "asm/restorer.h"
#include "common/compiler.h"
#include "asm/dump.h"
#include "ptrace.h"
#include "compel/include/asm/processor-flags.h"
#include "protobuf.h"
#include "images/core.pb-c.h"
#include "images/creds.pb-c.h"
......
......@@ -5,6 +5,8 @@
#include <sys/mman.h>
#include "common/page.h"
#include "page.h"
#define SIGMAX 64
#define SIGMAX_OLD 31
......
......@@ -2,6 +2,7 @@
#include <sys/types.h>
#include "asm/parasite-syscall.h"
#include <compel/plugins/std/syscall-codes.h>
#include <compel/asm/processor-flags.h>
#include "asm/types.h"
#include "criu-log.h"
#include "kerndat.h"
......
......@@ -5,6 +5,7 @@
#include <asm/elf.h>
#include <asm/types.h>
#include "asm/types.h"
#include "asm/infect-types.h"
#include "sigframe.h"
......
......@@ -23,6 +23,8 @@
#include <sys/sendfile.h>
#include "compel/include/asm/ptrace.h"
#include "types.h"
#include "ptrace.h"
#include "common/compiler.h"
......
......@@ -20,6 +20,7 @@
#include <compel/plugins/std/asm/syscall-types.h>
#include "compel/include/asm/ptrace.h"
#include "compel/include/asm/syscall.h"
#include "asm/infect-types.h"
#include "asm/sigframe.h"
#include "infect.h"
#include "ptrace.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment