about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-23 22:48:15 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-23 22:48:15 +0100
commitd9e649c023568c4fa1ea9b81b79fc8a516f1123d (patch)
tree0ebcef78f3e79a57f86697e09246bac3916848c8
parent14da2a9a678f595b6fab72ab2133f98c7f484b20 (diff)
downloadbox64-d9e649c023568c4fa1ea9b81b79fc8a516f1123d.tar.gz
box64-d9e649c023568c4fa1ea9b81b79fc8a516f1123d.zip
Added remove wrapped function to libc
-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 5e912763..d1f1e31a 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -1497,7 +1497,7 @@ GO2(__realpath_chk, pFppv, my_realpath)
 //GOW(re_match, 
 //GOW(re_match_2, 
 //DATA(re_max_failures, 
-//GO(remove, 
+GO(remove, iFp)
 //GO(removexattr, 
 //GO(remque, 
 GO(rename, iFpp)