diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-10-11 11:03:57 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-10-11 11:03:57 +0200 |
| commit | f65feaf9dabed3f2802864b5a8a8464cb7dc6b88 (patch) | |
| tree | f2631fe53057e155991d23ed9d521cab1c2a7de7 /src | |
| parent | a17b0effa134d503a57a9228f6655673ff1c1f2e (diff) | |
| download | box64-f65feaf9dabed3f2802864b5a8a8464cb7dc6b88.tar.gz box64-f65feaf9dabed3f2802864b5a8a8464cb7dc6b88.zip | |
[BOX32] Added 2 more wrapped function to libc
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped32/wrappedlibc_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped32/wrappedlibc_private.h b/src/wrapped32/wrappedlibc_private.h index eb6c384a..0d72a3e3 100755 --- a/src/wrapped32/wrappedlibc_private.h +++ b/src/wrapped32/wrappedlibc_private.h @@ -129,9 +129,9 @@ GO(cfgetispeed, uFp) GO(cfgetospeed, uFp) //GO(cfmakeraw, vFp) //GOW(cfree, vFp) -//GO(cfsetispeed, iFpu) +GO(cfsetispeed, iFpu) GO(cfsetospeed, iFpu) -//GO(cfsetspeed, iFpi) +GO(cfsetspeed, iFpi) GOW(chdir, iFp) //DATA(__check_rhosts_file, 4) // chflags |