From f65feaf9dabed3f2802864b5a8a8464cb7dc6b88 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Fri, 11 Oct 2024 11:03:57 +0200 Subject: [BOX32] Added 2 more wrapped function to libc --- src/wrapped32/wrappedlibc_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit 1.4.1