diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-07-02 17:33:23 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-07-02 17:33:23 +0200 |
| commit | a597f6701f59dec7ac94d018607cbee03dcbb6d5 (patch) | |
| tree | 4eb9af45fa35614268efb904dfe79c9eddec59d5 | |
| parent | 3b19a7fe1d6ec6f721107795c4411cf5f6d78e89 (diff) | |
| download | box64-a597f6701f59dec7ac94d018607cbee03dcbb6d5.tar.gz box64-a597f6701f59dec7ac94d018607cbee03dcbb6d5.zip | |
Added a couple of libc wrapped functions
| -rwxr-xr-x | src/wrapped/wrappedlibc_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index cfd71b06..3d42faf2 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -684,9 +684,9 @@ GO(iconv_close, iFL) GO(iconv_open, LFpp) //GO(__idna_from_dns_encoding, //GO(__idna_to_dns_encoding, -//GOW(if_freenameindex, +GOW(if_freenameindex, vFp) GOW(if_indextoname, pFup) -//GOW(if_nameindex, +GOW(if_nameindex, pFv) GOW(if_nametoindex, uFp) //GOW(imaxabs, //GOW(imaxdiv, |