]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/binfmts.h
alpha: introduce field 'taso' into struct linux_binprm
[linux-2.6-omap-h63xx.git] / include / linux / binfmts.h
index 826f62350805ed782976008db013203061306744..54980a3c7602612515063e7e7ee5da7068bc202a 100644 (file)
@@ -36,6 +36,9 @@ struct linux_binprm{
        unsigned long p; /* current top of mem */
        unsigned int sh_bang:1,
                     misc_bang:1;
+#ifdef __alpha__
+       unsigned int taso:1;
+#endif
        struct file * file;
        int e_uid, e_gid;
        kernel_cap_t cap_post_exec_permitted;