about summary refs log tree commit diff stats
path: root/src/wrapped
diff options
context:
space:
mode:
authorptitSeb <seebastien.chev@gmail.com>2023-09-16 16:56:07 +0200
committerptitSeb <seebastien.chev@gmail.com>2023-09-16 16:56:07 +0200
commit86aa8b8b2e40c5682ddd94b6375e470371ba7bda (patch)
tree08a38540cb4e120b4a96cf00a10ebc5420e075b1 /src/wrapped
parent0329bbc55e914fe813c6b3d4002ea46297862d09 (diff)
downloadbox64-86aa8b8b2e40c5682ddd94b6375e470371ba7bda.tar.gz
box64-86aa8b8b2e40c5682ddd94b6375e470371ba7bda.zip
Small change to fileno wrapped signature
Diffstat (limited to 'src/wrapped')
-rw-r--r--src/wrapped/wrappedlibc_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h
index 1b5e6ef0..3fd7f1d0 100644
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -366,8 +366,8 @@ GO(fgetws, pFpip)
 GO(fgetws_unlocked, pFpip)
 //GO(__fgetws_unlocked_chk, 
 GO(fgetxattr, lFippL)
-GOW(fileno, iFp)
-GOW(fileno_unlocked, iFp)
+GOW(fileno, iFS)
+GOW(fileno_unlocked, iFS)
 GO(__finite, iFd)
 GOW(finite, iFd)
 GO(__finitef, iFf)