about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-04-01 21:54:31 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-04-01 21:54:31 +0200
commit7278bc9cdea26f2f5d6e914a85dc56772c862380 (patch)
tree98ca6c0a1269608839429ad8c4c58a60193e78d5 /src
parent7bc67cd1682895f3044130856dda9984600b6cbf (diff)
downloadbox64-7278bc9cdea26f2f5d6e914a85dc56772c862380.tar.gz
box64-7278bc9cdea26f2f5d6e914a85dc56772c862380.zip
Added a few more libc wrapped functions
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedlibc_private.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h
index 78da77a2..9d11d11e 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -1910,11 +1910,11 @@ GOM(swapcontext, iFEpp) //Weak
 GOM(swprintf, iFEpLpV)
 GOM(__swprintf_chk, iFEpLiLpV)
 //GO(swscanf, 
-//GOW(symlink, 
-//GO(symlinkat, 
-//GO(sync, 
+GOW(symlink, iFpp)
+GO(symlinkat, iFpip)
+GO(sync, vFv)
 //GO(sync_file_range, 
-//GO(syncfs, 
+GO(syncfs, iFi)
 GOM(syscall, LFEv)
 GO(__sysconf, lFi)
 GOW(sysconf, lFi)