Commit b429492d authored by Pavel Emelyanov's avatar Pavel Emelyanov

rst: Include criu/include/ptrace.h instead of system one

On ARM some PTRACE_... constants are not declared in sys/ptrace.h file.
They are in linux/ptrace.h, but on x86 this file somewhat conflicts with
the sys/ one. For now fix ARM compilation by using criu/ one and think
of it later.
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent bd93f9b4
......@@ -14,7 +14,6 @@
#include <sys/stat.h>
#include <sys/mman.h>
#include <sys/vfs.h>
#include <sys/ptrace.h>
#include <sys/wait.h>
#include <sys/file.h>
#include <sys/shm.h>
......@@ -25,6 +24,7 @@
#include <sys/sendfile.h>
#include "ptrace.h"
#include "compiler.h"
#include "asm/types.h"
#include "asm/restorer.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