diff options
| -rw-r--r-- | arch/x86_64/ia32/ia32_binfmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/ia32/ia32_binfmt.c b/arch/x86_64/ia32/ia32_binfmt.c index 926c4743d13b..a9dc0f3b5b51 100644 --- a/arch/x86_64/ia32/ia32_binfmt.c +++ b/arch/x86_64/ia32/ia32_binfmt.c | |||
| @@ -182,7 +182,7 @@ struct elf_prpsinfo | |||
| 182 | #define user user32 | 182 | #define user user32 |
| 183 | 183 | ||
| 184 | #define __ASM_X86_64_ELF_H 1 | 184 | #define __ASM_X86_64_ELF_H 1 |
| 185 | #define elf_read_implies_exec(ex, have_pt_gnu_stack) (!(have_pt_gnu_stack)) | 185 | #define elf_read_implies_exec(ex, executable_stack) (executable_stack != EXSTACK_DISABLE_X) |
| 186 | //#include <asm/ia32.h> | 186 | //#include <asm/ia32.h> |
| 187 | #include <linux/elf.h> | 187 | #include <linux/elf.h> |
| 188 | 188 | ||
