diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/binfmts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/binfmts.h b/include/linux/binfmts.h index 062e310ee872..fe17499f6144 100644 --- a/include/linux/binfmts.h +++ b/include/linux/binfmts.h @@ -22,6 +22,7 @@ struct linux_binprm{ char buf[BINPRM_BUF_SIZE]; struct page *page[MAX_ARG_PAGES]; + struct mm_struct *mm; unsigned long p; /* current top of mem */ int sh_bang; struct file * file; |
