Commit 2abf96bb authored by Pavel Emelyanov's avatar Pavel Emelyanov Committed by Andrei Vagin

infect: Move ksigset helpers into compel

Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 432351d6
#ifndef __CR_SIGNAL_H__ #ifndef __COMPEL_KSIGSET_H__
#define __CR_SIGNAL_H__ #define __COMPEL_KSIGSET_H__
static inline void ksigfillset(k_rtsigset_t *set) static inline void ksigfillset(k_rtsigset_t *set)
{ {
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#define __COMPEL_INFECT_H__ #define __COMPEL_INFECT_H__
#include "types.h" #include "types.h"
#include "compel/include/uapi/ksigset.h"
extern int compel_stop_task(int pid); extern int compel_stop_task(int pid);
......
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
#include "infect.h" #include "infect.h"
#include "ptrace.h" #include "ptrace.h"
#include "signal.h"
#include "asm/parasite-syscall.h" #include "asm/parasite-syscall.h"
#include "asm/dump.h" #include "asm/dump.h"
#include "restorer.h" #include "restorer.h"
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include "common/compiler.h" #include "common/compiler.h"
#include "string.h" #include "string.h"
#include "uapi/std/syscall.h" #include "uapi/std/syscall.h"
#include "uapi/ksigset.h"
#include "signal.h" #include "signal.h"
#include "config.h" #include "config.h"
#include "prctl.h" #include "prctl.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