diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-04 21:33:01 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-04 21:33:01 +0100 |
| commit | 3bcb9e0f3883d6d2fa57d70e0a1e2d707faf4e1f (patch) | |
| tree | e6cb1c844e818a5721a275e495327df220fd9092 | |
| parent | 234186e9afd27180e9bc77658e68b05b47a0cd8f (diff) | |
| download | box64-3bcb9e0f3883d6d2fa57d70e0a1e2d707faf4e1f.tar.gz box64-3bcb9e0f3883d6d2fa57d70e0a1e2d707faf4e1f.zip | |
Added puts wrapped function (and test03 works)
| -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 9badc093..dfce6d7d 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -1397,7 +1397,7 @@ GO(name_to_handle_at, iFipppi) //GO(putmsg, //GO(putpmsg, //GO(putpwent, -//GOW(puts, +GOW(puts, iFp) //GO(putsgent, //GO(putspent, //GOW(pututline, |