diff options
Diffstat (limited to 'src/wrapped32/wrappedlibc_private.h')
| -rwxr-xr-x | src/wrapped32/wrappedlibc_private.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wrapped32/wrappedlibc_private.h b/src/wrapped32/wrappedlibc_private.h index c498e6e3..650b93b8 100755 --- a/src/wrapped32/wrappedlibc_private.h +++ b/src/wrapped32/wrappedlibc_private.h @@ -511,7 +511,7 @@ GOM(gethostbyaddr, pFEpui) GOM(gethostbyaddr_r, iFEpuippupp) GOM(gethostbyname, pFEp) //GO(gethostbyname2, pFpi) -//GO(gethostbyname2_r, iFpippupp) +GOM(gethostbyname2_r, iFEpippupp) GOM(gethostbyname_r, iFEpppupp) //GO(gethostent, pFv) //GO(gethostent_r, iFppupp) @@ -562,9 +562,9 @@ GOW(getppid, iEv) GO(getpriority, iEuu) GO(getrandom, iEpLu) GOM(getprotobyname, pEEp) -//GO(getprotobyname_r, iEpppup) +GOM(getprotobyname_r, iEEpppup) //GO(getprotobynumber, pEi) -//GO(getprotobynumber_r, iEippup) +GOM(getprotobynumber_r, iEEippup) //GO(getprotoent, pEv) //GO(getprotoent_r, iEppup) GOW(getpt, iEv) @@ -1619,7 +1619,7 @@ GOW(sigsuspend, iEp) // __sigsuspend GOW(sigtimedwait, iEpprLL_) //GOW(sigvec, iEipp) -//GOW(sigwait, iEpp) +GOW(sigwait, iEpp) //GOW(sigwaitinfo, iEpp) GOW(sleep, uEu) GOM(snprintf, iEEpLpV) //%% |