diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-07-06 17:31:34 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-07-06 17:31:34 +0200 |
| commit | 9291d15215eb86ff9890f3a530f0ca31afef091c (patch) | |
| tree | 805aa7a0b39616812a5348966ef1d7275efebd76 /src/wrapped | |
| parent | d07036b8ec693bb85bd74bd81703931a85b13a50 (diff) | |
| download | box64-9291d15215eb86ff9890f3a530f0ca31afef091c.tar.gz box64-9291d15215eb86ff9890f3a530f0ca31afef091c.zip | |
Fixed some return values from many syscalls (should help #14)
Diffstat (limited to 'src/wrapped')
| -rwxr-xr-x | src/wrapped/wrappedlibc_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index db5ec03b..d45f1351 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -1530,7 +1530,7 @@ GO(__res_ninit, iFp) //GO(__resolv_context_put, //DATA(__resp, //GO(__res_randomid, -//GO(__res_state, +GO(__res_state, pFv) //DATAB(re_syntax_options, //GOW(revoke, GO(rewind, vFp) |