Commit d693a53f authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

criu: arm -- Use conditional syscalls where needed

We're using general syscall-codes.h in criu itself
so make sure the headers we include do not override
system headers definitions.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent e085251f
#define __NR_openat 56 #ifndef __NR_openat
# define __NR_openat 56
#endif
#define __NR_mmap2 192 #ifndef __NR_mmap2
# define __NR_mmap2 192
#endif
#ifndef __ARM_NR_BASE #ifndef __ARM_NR_BASE
# define __ARM_NR_BASE 0x0f0000 # define __ARM_NR_BASE 0x0f0000
......
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