about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-10-11 10:44:07 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-10-11 10:44:07 +0200
commita17b0effa134d503a57a9228f6655673ff1c1f2e (patch)
tree314ef31543ad74c9229422a5b0701323e9e67dd7 /src
parentb0d5c7a1a5b175f26cd55da509ccaa2647b864b4 (diff)
downloadbox64-a17b0effa134d503a57a9228f6655673ff1c1f2e.tar.gz
box64-a17b0effa134d503a57a9228f6655673ff1c1f2e.zip
[BOX32] Added 2 more 32bits wrapped functions
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped32/wrappedlibc_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped32/wrappedlibc_private.h b/src/wrapped32/wrappedlibc_private.h
index d41228ff..eb6c384a 100755
--- a/src/wrapped32/wrappedlibc_private.h
+++ b/src/wrapped32/wrappedlibc_private.h
@@ -125,8 +125,8 @@ GOW(calloc, pFLL)
 //GO(catgets, pFpiip)
 //GO(catopen, pFpi)
 // cbc_crypt
-//GO(cfgetispeed, uFp)
-//GO(cfgetospeed, uFp)
+GO(cfgetispeed, uFp)
+GO(cfgetospeed, uFp)
 //GO(cfmakeraw, vFp)
 //GOW(cfree, vFp)
 //GO(cfsetispeed, iFpu)