Commit ea6357e6 authored by Dmitry Safonov's avatar Dmitry Safonov Committed by Andrei Vagin

criu/ia32: don't redefine __NR32_rt_sigaction

Cleanup: use nr, provided by compel.
Signed-off-by: 's avatarDmitry Safonov <dsafonov@virtuozzo.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent fc33d333
......@@ -2,14 +2,10 @@
#include "asm/restorer.h"
#include <compel/asm/fpu.h>
#include "asm/compat.h"
#include <compel/plugins/std/syscall-codes.h>
#ifdef CR_NOGLIBC
# include <compel/plugins/std/syscall.h>
# include <compel/plugins/std/string.h>
#else
# ifndef __NR32_rt_sigaction
# define __NR32_rt_sigaction 174
# endif
#endif
#include "cpu.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