about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-04-18 11:04:18 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-04-18 11:04:18 +0200
commit3a22c36d0437386119e8e57aed1e9376be7a9e75 (patch)
tree27485b2ba3a68ff2eb8b5f963d40ad19fc7da53f /src
parent512ee40dbc63b999953ff3f9b7f34d4dcd5b7008 (diff)
downloadbox64-3a22c36d0437386119e8e57aed1e9376be7a9e75.tar.gz
box64-3a22c36d0437386119e8e57aed1e9376be7a9e75.zip
Added some libc wrapped functions
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedlibc_private.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h
index 514afedb..4cf76f4c 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -432,7 +432,7 @@ GOW(ftello64, IFp)
 GO(ftok, iFpi)
 GOW(ftruncate, iFil)
 GOW(ftruncate64, iFiI)
-//GOW(ftrylockfile, 
+GOW(ftrylockfile, iFp)
 //GOW(fts64_children, 
 //GOW(fts64_close, 
 //GOW(fts64_open, 
@@ -445,7 +445,7 @@ GO(fts_read, pFp)
 GO(fts_set, iFppi)
 GOM(ftw, iFEppi)
 GOM(ftw64, iFEppi)
-//GOW(funlockfile, 
+GOW(funlockfile, vFp)
 //GO(futimens, 
 //GOW(futimes, 
 //GO(futimesat, 
@@ -2005,7 +2005,7 @@ DATA(__tzname, sizeof(void*))
 DATA(tzname, sizeof(void*)) //type V
 GOW(tzset, vFv)
 //GO(ualarm, 
-//GO(__uflow, 
+GO(__uflow, iFp)
 //GOW(ulckpwdf, 
 //GOW(ulimit, 
 GOW(umask, uFu)