about summary refs log tree commit diff stats
path: root/src/wrapped
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-04-04 14:54:43 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-04-04 14:54:43 +0200
commit5fb581a51fa8dbd38caf81b999cca52d0707a143 (patch)
treefa132f4c6bb9e53a660756d6e9e070748b1b3269 /src/wrapped
parentf3a08a51ef251f4fe5ebbb766878df04c3e3e696 (diff)
downloadbox64-5fb581a51fa8dbd38caf81b999cca52d0707a143.tar.gz
box64-5fb581a51fa8dbd38caf81b999cca52d0707a143.zip
Added some more libc wrapped functions
Diffstat (limited to 'src/wrapped')
-rwxr-xr-xsrc/wrapped/wrappedlibc_private.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h
index 32881864..9adb452a 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -1701,13 +1701,13 @@ GOM(sigset, pFEip)
 GOM(__sigsetjmp, iFEp)
 //GOW(sigsetmask, 
 //GO(sigstack, 
-//GO(__sigsuspend, 
-//GOW(sigsuspend, 
-//GO(__sigtimedwait, 
-//GOW(sigtimedwait, 
+GO(__sigsuspend, iFp)
+GOW(sigsuspend, iFp)
+GO(__sigtimedwait, iFppp)
+GOW(sigtimedwait, iFppp)
 //GO(sigvec, 
-//GOW(sigwait, 
-//GOW(sigwaitinfo, 
+GOW(sigwait, iFpp)
+GOW(sigwaitinfo, iFpp)
 GOW(sleep, uFu)
 GOM(__snprintf, iFEpLpV)
 GOM(snprintf, iFEpLpV)  //Weak