2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 22:05:36 +00:00

criu/ia32: don't redefine __NR32_rt_sigaction

Cleanup: use nr, provided by compel.

Signed-off-by: Dmitry Safonov <dsafonov@virtuozzo.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Dmitry Safonov
2017-05-03 22:40:12 +03:00
committed by Andrei Vagin
parent fc33d333af
commit ea6357e651

View File

@@ -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"