diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-07-13 07:49:22 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-07-13 07:49:22 +0200 |
| commit | c715141bf0f253ca6f604ca1e1d54c9f77f3b9c2 (patch) | |
| tree | 817d62c35dceacf88d51291f2ffbdaa9132685f9 /src | |
| parent | 3d656b500833bc3f411f89a4321c6d1ff312be93 (diff) | |
| download | box64-c715141bf0f253ca6f604ca1e1d54c9f77f3b9c2.tar.gz box64-c715141bf0f253ca6f604ca1e1d54c9f77f3b9c2.zip | |
Added a few more libc wrapped functions (for #41)
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedlibc_private.h | 8 |
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) |