From cd55c12e44f7cbfd048dbdd3cf9ef2b5b06bfa93 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 6 Nov 2024 16:09:38 +0100 Subject: Added a few wrapped function and fixed some other (for Steam) --- src/wrapped/generated/functions_list.txt | 1 + src/wrapped/generated/wrappedlibctypes.h | 1 + 2 files changed, 2 insertions(+) (limited to 'src/wrapped/generated') diff --git a/src/wrapped/generated/functions_list.txt b/src/wrapped/generated/functions_list.txt index 80429074..7518a658 100644 --- a/src/wrapped/generated/functions_list.txt +++ b/src/wrapped/generated/functions_list.txt @@ -4449,6 +4449,7 @@ wrappedlibc: - __vfprintf_chk - __vsscanf - execve + - execvpe - iFppV: - __asprintf - __isoc23_sscanf diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h index 206d429f..ea45efda 100644 --- a/src/wrapped/generated/wrappedlibctypes.h +++ b/src/wrapped/generated/wrappedlibctypes.h @@ -219,6 +219,7 @@ typedef int32_t (*iFppipppp_t)(void*, void*, int32_t, void*, void*, void*, void* GO(__vfprintf_chk, iFppp_t) \ GO(__vsscanf, iFppp_t) \ GO(execve, iFppp_t) \ + GO(execvpe, iFppp_t) \ GO(__asprintf, iFppV_t) \ GO(__isoc23_sscanf, iFppV_t) \ GO(__isoc99_fscanf, iFppV_t) \ -- cgit 1.4.1