[CRIU] [PATCH] vdso: Fix misprint in ifdef

Pavel Emelyanov xemul at parallels.com
Fri Jun 5 04:19:47 PDT 2015


Signed-off-by: Pavel Emelyanov <xemul at parallels.com>

---

diff --git a/include/parasite-syscall.h b/include/parasite-syscall.h
index 4f89cdd..bf186cd 100644
--- a/include/parasite-syscall.h
+++ b/include/parasite-syscall.h
@@ -118,7 +118,7 @@ extern int __parasite_execute_syscall(struct parasite_ctl *ctl,
 				user_regs_struct_t *regs);
 extern bool arch_can_dump_task(pid_t pid);
 
-#ifdef CONFIG_VFDO
+#ifdef CONFIG_VDSO
 extern int parasite_fixup_vdso(struct parasite_ctl *ctl, pid_t pid,
 			       struct vm_area_list *vma_area_list);
 #endif



More information about the CRIU mailing list