View | Details | Raw Unified | Return to bug 208952
Collapse All | Expand All

(-)files/patch-bsd-user_bsd-file.h (+13 lines)
Line 0 Link Here
1
--- bsd-user/bsd-file.h.orig	2016-04-22 10:48:53.927508000 +0200
2
+++ bsd-user/bsd-file.h	2016-04-22 10:48:59.625443000 +0200
3
@@ -346,8 +346,8 @@ static inline abi_long do_bsd_renameat(a
4
     abi_long ret;
5
     void *p1, *p2;
6
 
7
-    LOCK_PATH(p1, arg1);
8
-    LOCK_PATH(p2, arg2);
9
+    LOCK_PATH(p1, arg2);
10
+    LOCK_PATH(p2, arg4);
11
     if (!p1 || !p2) {
12
         ret = -TARGET_EFAULT;
13
     } else {

Return to bug 208952