about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibc_private.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-11-06 16:09:38 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-11-06 16:09:38 +0100
commitcd55c12e44f7cbfd048dbdd3cf9ef2b5b06bfa93 (patch)
tree8c593a4fdcee1193afbdaa6ba5624fd8ad334ee2 /src/wrapped/wrappedlibc_private.h
parentcb2cf7c9b1deda43323877caa429f65caefeab3a (diff)
downloadbox64-cd55c12e44f7cbfd048dbdd3cf9ef2b5b06bfa93.tar.gz
box64-cd55c12e44f7cbfd048dbdd3cf9ef2b5b06bfa93.zip
Added a few wrapped function and fixed some other (for Steam)
Diffstat (limited to 'src/wrapped/wrappedlibc_private.h')
-rw-r--r--src/wrapped/wrappedlibc_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h
index ce9f3976..18eb894c 100644
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -344,7 +344,7 @@ GOM(execlp, iFEpV) // First argument is also part of the variadic
 GOM(execv, iFEpp)
 GOM(execve, iFEppp)
 GOM(execvp, iFEpp)
-GOW(execvpe, iFppp)
+GOWM(execvpe, iFEppp)
 GO(_exit, vFi)
 GOM(exit, vFEi)
 GOW(_Exit, vFi)