about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-07-28 15:19:32 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-07-28 15:19:32 +0200
commiteaedda8cebbefc9106b4d2c2c7b5d5105cae2a37 (patch)
tree17cc5be08fcdf105014978370c54e87f2cca3809 /src
parent4e9c25893c1b24936b6da89f7fa33888cb9dfa6c (diff)
downloadbox64-eaedda8cebbefc9106b4d2c2c7b5d5105cae2a37.tar.gz
box64-eaedda8cebbefc9106b4d2c2c7b5d5105cae2a37.zip
Added 1 libc wrapped function (for #73)
Diffstat (limited to 'src')
-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 cb8fb348..2ed2081f 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -98,7 +98,7 @@ GOW(bzero, vFpL)
 GOW(calloc, pFLL)
 //GO(callrpc, 
 //GO(__call_tls_dtors, 
-//GOW(canonicalize_file_name, 
+GOW(canonicalize_file_name, pFp)
 //GO(capget, 
 //GO(capset, 
 GO(catclose, iFp)