fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / include / linux / binfmts.h
index c1e82c5..2d956cd 100644 (file)
@@ -59,6 +59,7 @@ struct linux_binfmt {
        int (*load_shlib)(struct file *);
        int (*core_dump)(long signr, struct pt_regs * regs, struct file * file);
        unsigned long min_coredump;     /* minimal dump size */
+       int hasvdso;
 };
 
 extern int register_binfmt(struct linux_binfmt *);