summaryrefslogtreecommitdiff
path: root/emulators/qemu-user-static/files/patch-bsd-user_freebsd_os-stat.h
blob: cec077643992da9f15403fb6808a7d8f716aefcc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- bsd-user/freebsd/os-stat.h.orig
+++ bsd-user/freebsd/os-stat.h
@@ -702,7 +702,7 @@
         return -TARGET_EFAULT;
     }
 
-    ret = get_errno(__realpathat(arg1, p, b, arg4, arg5));
+    ret = get_errno(__sys___realpathat(arg1, p, b, arg4, arg5));
     UNLOCK_PATH(p, arg2);
     unlock_user(b, arg3, ret);