]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/compat_binfmt_elf.c
driver-core: fix race condition in get_device_parent()
[karo-tx-linux.git] / fs / compat_binfmt_elf.c
index 0adced2f296f7a643640e5eef8538a2db05a381d..112e45a17e99717e1226f3b229c5ffe73c8193f3 100644 (file)
 
 #undef elfhdr
 #undef elf_phdr
+#undef elf_shdr
 #undef elf_note
 #undef elf_addr_t
 #define elfhdr         elf32_hdr
 #define elf_phdr       elf32_phdr
+#define elf_shdr       elf32_shdr
 #define elf_note       elf32_note
 #define elf_addr_t     Elf32_Addr