Loading include/asm-x86/user32.h +4 −3 Original line number Diff line number Diff line #ifndef USER32_H #define USER32_H 1 /* IA32 compatible user structures for ptrace. These should be used for 32bit coredumps too. */ /* IA32 compatible user structures for ptrace. * These should be used for 32bit coredumps too. */ struct user_i387_ia32_struct { u32 cwd; Loading Loading
include/asm-x86/user32.h +4 −3 Original line number Diff line number Diff line #ifndef USER32_H #define USER32_H 1 /* IA32 compatible user structures for ptrace. These should be used for 32bit coredumps too. */ /* IA32 compatible user structures for ptrace. * These should be used for 32bit coredumps too. */ struct user_i387_ia32_struct { u32 cwd; Loading