diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-04-04 14:54:43 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-04-04 14:54:43 +0200 |
| commit | 5fb581a51fa8dbd38caf81b999cca52d0707a143 (patch) | |
| tree | fa132f4c6bb9e53a660756d6e9e070748b1b3269 /src/wrapped | |
| parent | f3a08a51ef251f4fe5ebbb766878df04c3e3e696 (diff) | |
| download | box64-5fb581a51fa8dbd38caf81b999cca52d0707a143.tar.gz box64-5fb581a51fa8dbd38caf81b999cca52d0707a143.zip | |
Added some more libc wrapped functions
Diffstat (limited to 'src/wrapped')
| -rwxr-xr-x | src/wrapped/wrappedlibc_private.h | 12 |
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 |