]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - arch/um/os-Linux/uaccess.c
uml: get rid of do_longjmp
[mirror_ubuntu-bionic-kernel.git] / arch / um / os-Linux / uaccess.c
index bbb73a6503706d931dacf6b43bcc23d9e86e3fff..8d27b6d1df91c58b69685fce86c2f4ae4ea9134e 100644 (file)
@@ -8,7 +8,7 @@
 #include "longjmp.h"
 
 unsigned long __do_user_copy(void *to, const void *from, int n,
-                            void **fault_addr, void **fault_catcher,
+                            void **fault_addr, jmp_buf **fault_catcher,
                             void (*op)(void *to, const void *from,
                                        int n), int *faulted_out)
 {