y2038: elfcore: Use __kernel_old_timeval for process times
[linux-block.git] / fs / compat_binfmt_elf.c
index b7f9ffa1d5f173475feb8630be9183f78296e727..aaad4ca1217ef116494ea7315de081b0f3c36c4c 100644 (file)
@@ -48,8 +48,8 @@
 #define elf_prstatus   compat_elf_prstatus
 #define elf_prpsinfo   compat_elf_prpsinfo
 
-#undef ns_to_timeval
-#define ns_to_timeval ns_to_old_timeval32
+#undef ns_to_kernel_old_timeval
+#define ns_to_kernel_old_timeval ns_to_old_timeval32
 
 /*
  * To use this file, asm/elf.h must define compat_elf_check_arch.