about summary refs log tree commit diff stats
path: root/src/wrapped
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-07-06 17:31:34 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-07-06 17:31:34 +0200
commit9291d15215eb86ff9890f3a530f0ca31afef091c (patch)
tree805aa7a0b39616812a5348966ef1d7275efebd76 /src/wrapped
parentd07036b8ec693bb85bd74bd81703931a85b13a50 (diff)
downloadbox64-9291d15215eb86ff9890f3a530f0ca31afef091c.tar.gz
box64-9291d15215eb86ff9890f3a530f0ca31afef091c.zip
Fixed some return values from many syscalls (should help #14)
Diffstat (limited to 'src/wrapped')
-rwxr-xr-xsrc/wrapped/wrappedlibc_private.h2
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)