diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-02-04 11:11:47 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-02-04 11:11:47 +0100 |
| commit | 973864e045c2080425619d47538db3455e4a7435 (patch) | |
| tree | a357a28e74d202830724d1b5ef49ba6262df1c3d /src/wrapped/generated | |
| parent | af694b57a22e17a237f5daa1f1b84624dda769d6 (diff) | |
| download | box64-973864e045c2080425619d47538db3455e4a7435.tar.gz box64-973864e045c2080425619d47538db3455e4a7435.zip | |
Added partial support for register_printf_specifier and friend (for #503)
Diffstat (limited to 'src/wrapped/generated')
| -rw-r--r-- | src/wrapped/generated/functions_list.txt | 2 | ||||
| -rw-r--r-- | src/wrapped/generated/wrappedlibctypes.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/wrapped/generated/functions_list.txt b/src/wrapped/generated/functions_list.txt index 3253641a..26f9e680 100644 --- a/src/wrapped/generated/functions_list.txt +++ b/src/wrapped/generated/functions_list.txt @@ -2995,6 +2995,7 @@ wrappedlibc: - _setjmp - atexit - getcontext + - register_printf_type - setcontext - setjmp - stime @@ -3088,6 +3089,7 @@ wrappedlibc: - __xstat - __xstat64 - getopt + - register_printf_specifier - sigaction - iFipV: - __printf_chk diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h index 37b2fb8b..5a08f38d 100644 --- a/src/wrapped/generated/wrappedlibctypes.h +++ b/src/wrapped/generated/wrappedlibctypes.h @@ -101,6 +101,7 @@ typedef int64_t (*iFppipppp_t)(void*, void*, int64_t, void*, void*, void*, void* GO(_setjmp, iFp_t) \ GO(atexit, iFp_t) \ GO(getcontext, iFp_t) \ + GO(register_printf_type, iFp_t) \ GO(setcontext, iFp_t) \ GO(setjmp, iFp_t) \ GO(stime, iFp_t) \ @@ -170,6 +171,7 @@ typedef int64_t (*iFppipppp_t)(void*, void*, int64_t, void*, void*, void*, void* GO(__xstat, iFipp_t) \ GO(__xstat64, iFipp_t) \ GO(getopt, iFipp_t) \ + GO(register_printf_specifier, iFipp_t) \ GO(sigaction, iFipp_t) \ GO(__printf_chk, iFipV_t) \ GO(mprotect, iFpLi_t) \ |