diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-06-16 17:26:01 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-06-16 17:26:01 +0200 |
| commit | c9e277aee53a04471d5f96b5e945e91a25f29fb2 (patch) | |
| tree | 2e9293825ba5c9bba34b18944e03c43ab0a9aa43 | |
| parent | 689d6906efafcfa22943ad7a416be877708f2f5a (diff) | |
| download | box64-c9e277aee53a04471d5f96b5e945e91a25f29fb2.tar.gz box64-c9e277aee53a04471d5f96b5e945e91a25f29fb2.zip | |
Added a few more libc wrapped functions
| -rwxr-xr-x | src/wrapped/wrappedlibc_private.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index c44e5005..685b3933 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -77,7 +77,7 @@ GOM(backtrace, iFEpi) //weak GOM(backtrace_symbols, pFEpi) //weak //GO(__backtrace_symbols_fd, GOM(backtrace_symbols_fd, vFEpii) //weak -//GOW(basename, +GOW(basename, pFp) GO(bcmp, iFppL) GO(bcopy, vFppL) //GO(bdflush, @@ -685,9 +685,9 @@ GO(iconv_open, LFpp) //GO(__idna_from_dns_encoding, //GO(__idna_to_dns_encoding, //GOW(if_freenameindex, -//GOW(if_indextoname, +GOW(if_indextoname, pFup) //GOW(if_nameindex, -//GOW(if_nametoindex, +GOW(if_nametoindex, uFp) //GOW(imaxabs, //GOW(imaxdiv, DATA(in6addr_any, 16) // type V |