diff options
Diffstat (limited to 'fs/compat_binfmt_elf.c')
-rw-r--r-- | fs/compat_binfmt_elf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/compat_binfmt_elf.c b/fs/compat_binfmt_elf.c index 504b3c3539dc..15f6e96b3bd9 100644 --- a/fs/compat_binfmt_elf.c +++ b/fs/compat_binfmt_elf.c | |||
@@ -52,7 +52,7 @@ | |||
52 | #define elf_prpsinfo compat_elf_prpsinfo | 52 | #define elf_prpsinfo compat_elf_prpsinfo |
53 | 53 | ||
54 | #undef ns_to_timeval | 54 | #undef ns_to_timeval |
55 | #define ns_to_timeval ns_to_compat_timeval | 55 | #define ns_to_timeval ns_to_old_timeval32 |
56 | 56 | ||
57 | /* | 57 | /* |
58 | * To use this file, asm/elf.h must define compat_elf_check_arch. | 58 | * To use this file, asm/elf.h must define compat_elf_check_arch. |