diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-05-19 08:45:37 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-05-19 08:45:37 +0200 |
| commit | 4d347f9ff04e11175bc0c25a693782be6ea5e29e (patch) | |
| tree | d1e74ee97ff6f81a93d63a17c4542dc07b725884 /src/wrapped/generated/wrappedlibctypes.h | |
| parent | 252258d138b0160eee040d5834a0b02d88e0d48d (diff) | |
| download | box64-4d347f9ff04e11175bc0c25a693782be6ea5e29e.tar.gz box64-4d347f9ff04e11175bc0c25a693782be6ea5e29e.zip | |
Added a few wrapped function to libc and pthreads
Diffstat (limited to 'src/wrapped/generated/wrappedlibctypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibctypes.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h index 4921641d..4ca1ad4c 100644 --- a/src/wrapped/generated/wrappedlibctypes.h +++ b/src/wrapped/generated/wrappedlibctypes.h @@ -66,7 +66,6 @@ typedef int64_t (*iFpippppp_t)(void*, int64_t, void*, void*, void*, void*, void* GO(__stack_chk_fail, vFv_t) \ GO(_ITM_deregisterTMCloneTable, vFp_t) \ GO(__cxa_finalize, vFp_t) \ - GO(__sigsetjmp, iFp_t) \ GO(_setjmp, iFp_t) \ GO(getcontext, iFp_t) \ GO(setjmp, iFp_t) \ @@ -76,7 +75,9 @@ typedef int64_t (*iFpippppp_t)(void*, int64_t, void*, void*, void*, void*, void* GO(_longjmp, vFpi_t) \ GO(longjmp, vFpi_t) \ GO(_ITM_registerTMCloneTable, vFpu_t) \ + GO(__sigsetjmp, iFpi_t) \ GO(backtrace, iFpi_t) \ + GO(siglongjmp, iFpi_t) \ GO(munmap, iFpL_t) \ GO(__vprintf_chk, iFpp_t) \ GO(dl_iterate_phdr, iFpp_t) \ @@ -125,6 +126,7 @@ typedef int64_t (*iFpippppp_t)(void*, int64_t, void*, void*, void*, void*, void* GO(__isoc99_sscanf, iFppV_t) \ GO(fprintf, iFppV_t) \ GO(fscanf, iFppV_t) \ + GO(fwprintf, iFppV_t) \ GO(sprintf, iFppV_t) \ GO(sscanf, iFppV_t) \ GO(swscanf, iFppV_t) \ |