diff options
Diffstat (limited to 'src')
| -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 |