diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-11-06 16:09:38 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-11-06 16:09:38 +0100 |
| commit | cd55c12e44f7cbfd048dbdd3cf9ef2b5b06bfa93 (patch) | |
| tree | 8c593a4fdcee1193afbdaa6ba5624fd8ad334ee2 /src/wrapped/generated | |
| parent | cb2cf7c9b1deda43323877caa429f65caefeab3a (diff) | |
| download | box64-cd55c12e44f7cbfd048dbdd3cf9ef2b5b06bfa93.tar.gz box64-cd55c12e44f7cbfd048dbdd3cf9ef2b5b06bfa93.zip | |
Added a few wrapped function and fixed some other (for Steam)
Diffstat (limited to 'src/wrapped/generated')
| -rw-r--r-- | src/wrapped/generated/functions_list.txt | 1 | ||||
| -rw-r--r-- | src/wrapped/generated/wrappedlibctypes.h | 1 |
2 files changed, 2 insertions, 0 deletions
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) \ |