about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-07-13 07:49:22 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-07-13 07:49:22 +0200
commitc715141bf0f253ca6f604ca1e1d54c9f77f3b9c2 (patch)
tree817d62c35dceacf88d51291f2ffbdaa9132685f9 /src
parent3d656b500833bc3f411f89a4321c6d1ff312be93 (diff)
downloadbox64-c715141bf0f253ca6f604ca1e1d54c9f77f3b9c2.tar.gz
box64-c715141bf0f253ca6f604ca1e1d54c9f77f3b9c2.zip
Added a few more libc wrapped functions (for #41)
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 38009323..7113bf1b 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -531,7 +531,7 @@ GOW(gethostname, iFpL)
 //GO(__gethostname_chk, 
 GOW(getifaddrs, iFp)
 //GO(getipv4sourcefilter, 
-//GOW(getitimer, 
+GOW(getitimer, iFip)
 //GO(get_kernel_syms, 
 GOW(getline, iFppp)
 GO(getloadavg, iFpi)
@@ -672,7 +672,7 @@ GOW(hasmntopt, pFpp)
 //GOW(hdestroy_r, 
 //DATA(h_errlist, 
 //DATAB(__h_errno, 
-//GO(__h_errno_location, 
+GO(__h_errno_location, pFv)
 GO(herror, vFp)
 //GO(host2netname, 
 //GO(hsearch, 
@@ -1622,7 +1622,7 @@ GO(sethostent, vFi)
 //GO(sethostid, 
 GO(sethostname, iFpL)
 //GO(setipv4sourcefilter, 
-//GOW(setitimer, 
+GOW(setitimer, iFipp)
 GOM(_setjmp, iFEp)
 GOM(setjmp, iFEp)
 GO(setlinebuf, vFp)
@@ -1706,7 +1706,7 @@ GO(sigrelse, iFi)
 //GOW(sigreturn, 
 GOM(sigset, pFEip)
 GOM(__sigsetjmp, iFEpi)
-//GOW(sigsetmask, 
+GOW(sigsetmask, iFi)
 //GO(sigstack, 
 GO(__sigsuspend, iFp)
 GOW(sigsuspend, iFp)