about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-07-02 22:23:31 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-07-02 22:23:31 +0200
commite3a36591aa18efb63bf97265a2ee969c3c6e97d5 (patch)
treed614655ce330b928b146440436091cec81c71d77
parenta597f6701f59dec7ac94d018607cbee03dcbb6d5 (diff)
downloadbox64-e3a36591aa18efb63bf97265a2ee969c3c6e97d5.tar.gz
box64-e3a36591aa18efb63bf97265a2ee969c3c6e97d5.zip
Added even more libc wrapped functions (needed by Wine)
-rwxr-xr-xsrc/wrapped/wrappedlibc_private.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h
index 3d42faf2..2cf7f3c8 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -15,7 +15,7 @@ GO(accept, iFipp)
 //GO(accept4, 
 GOW(access, iFpi)
 //GO(acct, 
-//GOW(addmntent, 
+GOW(addmntent, iFpp)
 //GOW(addseverity, 
 //GOW(adjtime, 
 //GO(__adjtimex, 
@@ -234,8 +234,8 @@ GOW(duplocale, pFp)
 //GO(endfsent, 
 //GO(endgrent, 
 GO(endhostent, vFv)
-//GO(__endmntent, 
-//GOW(endmntent, 
+GO(__endmntent, iFp)
+GOW(endmntent, iFp)
 //GO(endnetent, 
 //GO(endnetgrent, 
 GO(endprotoent, vFv)
@@ -452,7 +452,7 @@ GO(fts_set, iFppi)
 GOM(ftw, iFEppi)
 GOM(ftw64, iFEppi)
 GOW(funlockfile, vFp)
-//GO(futimens, 
+GO(futimens, iFip)
 //GOW(futimes, 
 //GO(futimesat, 
 //GO(fwide, 
@@ -537,9 +537,9 @@ GOW(getline, iFppp)
 GO(getlogin, pFv)
 GOW(getlogin_r, iFpL)
 //GO(__getlogin_r_chk, 
-//GO(getmntent, 
-//GO(__getmntent_r, 
-//GOW(getmntent_r, 
+GO(getmntent, pFp)
+GO(__getmntent_r, pFpppi)
+GOW(getmntent_r, pFpppi)
 //GO(getmsg, 
 //GO(get_myaddress, 
 GO(getnameinfo, iFpupLpLi)
@@ -664,7 +664,7 @@ GOW(gmtime_r, pFpp)
 //GOW(group_member, 
 //GOW(gsignal, 
 //GO(gtty, 
-//GOW(hasmntopt, 
+GOW(hasmntopt, pFpp)
 //GO(hcreate, 
 //GOW(hcreate_r, 
 //GOW(hdestroy, 
@@ -1628,8 +1628,8 @@ GO(setlinebuf, vFp)
 GO(setlocale, pFip)
 //GO(setlogin, 
 GO(setlogmask, iFi)
-//GO(__setmntent, 
-//GOW(setmntent, 
+GO(__setmntent, pFpp)
+GOW(setmntent, pFpp)
 //GO(setnetent, 
 //GO(setnetgrent, 
 //GO(setns, 
@@ -2035,7 +2035,7 @@ GOW(uselocale, pFp)
 GO(usleep, iFu)
 //GO(ustat, 
 GO(utime, iFpp)
-//GO(utimensat, 
+GO(utimensat, iFippi)
 GOW(utimes, iFpp)
 //GOW(utmpname, 
 //GO(utmpxname,