]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - fs/compat_binfmt_elf.c
Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
[thirdparty/linux.git] / fs / compat_binfmt_elf.c
index 13a087bc816bcdc72af2d2bec8e2ecbd0eeffe0b..e61f3fe8e32a6a066565fa2a4633858f76a023a6 100644 (file)
@@ -43,7 +43,7 @@
  */
 #define user_long_t            compat_long_t
 #define user_siginfo_t         compat_siginfo_t
-#define copy_siginfo_to_user   copy_siginfo_to_user32
+#define copy_siginfo_to_external       copy_siginfo_to_external32
 
 /*
  * The machine-dependent core note format types are defined in elfcore-compat.h,