about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-09 21:55:07 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-09 21:55:07 +0100
commit64b71981442fba6fe19ec230d9dae87294e42377 (patch)
tree8caded361eabc9c44ea1a13efc8eaf5c9cc4489f /src
parentf3743b659931185fc3d12e48d7717745ee413bd9 (diff)
downloadbox64-64b71981442fba6fe19ec230d9dae87294e42377.tar.gz
box64-64b71981442fba6fe19ec230d9dae87294e42377.zip
Added uname, ungetc, ungetwc, unlink and __underflow wrapped functions
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedlibc_private.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h
index c04147ae..07b617c6 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -2006,11 +2006,11 @@ GOW(tzset, vFv)
 //GOW(umask, 
 //GOW(umount, 
 //GOW(umount2, 
-//GOW(uname, 
-//GO(__underflow, 
-//GOW(ungetc, 
-//GO(ungetwc, 
-//GOW(unlink, 
+GOM(uname, iFp) //Weak
+GO(__underflow, iFp)
+GOW(ungetc, iFip)
+GO(ungetwc, iFip)
+GOW(unlink, iFp)
 //GO(unlinkat, 
 //GO(unlockpt, 
 GOW(unsetenv, iFp)