mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-20 16:51:37 +00:00
dump: Be more specific about inability to dump 32bit tasks on x86
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
f95d509d2e
commit
b5dfd452cc
4 changed files with 15 additions and 7 deletions
|
|
@ -74,6 +74,6 @@ int syscall_seized(struct parasite_ctl *ctl, int nr, unsigned long *ret,
|
|||
unsigned long arg6);
|
||||
|
||||
extern int __parasite_execute(struct parasite_ctl *ctl, pid_t pid, user_regs_struct_t *regs);
|
||||
extern int task_in_compat_mode(pid_t pid);
|
||||
extern bool arch_can_dump_task(pid_t pid);
|
||||
|
||||
#endif /* __CR_PARASITE_SYSCALL_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue