about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibc_private.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-04-06 13:47:55 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-04-06 13:47:55 +0200
commit4084eade0cccd69e4b3fbba38f558218351580ea (patch)
treec8b9155779bbb670c19d53a9bcc9107df85a04a1 /src/wrapped/wrappedlibc_private.h
parent748552d792c3b7042cb1ea39d86f52a5d6f2208c (diff)
downloadbox64-4084eade0cccd69e4b3fbba38f558218351580ea.tar.gz
box64-4084eade0cccd69e4b3fbba38f558218351580ea.zip
Fixed __realpath_chk wrapping
Diffstat (limited to 'src/wrapped/wrappedlibc_private.h')
-rwxr-xr-xsrc/wrapped/wrappedlibc_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h
index e3f16ec3..abfcfc00 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -1475,7 +1475,7 @@ GO(realloc, pFpL)
 //GOW(reallocarray, 
 GOM(realpath, pFEpp)
 //GO(realpath, 
-GO2(__realpath_chk, pFppv, my_realpath)
+GO2(__realpath_chk, pFEppv, my_realpath)
 //GO(reboot, 
 //GOW(re_comp, 
 //GOW(re_compile_fastmap,