diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-08-03 09:34:34 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-08-03 09:34:34 +0200 |
| commit | 5b5f7c133e83b0f71c86850565c249ab5723aae0 (patch) | |
| tree | d42522372073fe4626de468544daef3865c93018 /src/wrapped/generated | |
| parent | 69484d7f3cbaca7e445df6136f3fa0f646a0d74d (diff) | |
| download | box64-5b5f7c133e83b0f71c86850565c249ab5723aae0.tar.gz box64-5b5f7c133e83b0f71c86850565c249ab5723aae0.zip | |
Added setcontext wrapped function
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 123c0386..382a0f9d 100644 --- a/src/wrapped/generated/functions_list.txt +++ b/src/wrapped/generated/functions_list.txt @@ -1639,6 +1639,7 @@ wrappedlibc: - iFp: - _setjmp - getcontext + - setcontext - setjmp - uname - lFv: diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h index a0a17a1a..de2666ab 100644 --- a/src/wrapped/generated/wrappedlibctypes.h +++ b/src/wrapped/generated/wrappedlibctypes.h @@ -82,6 +82,7 @@ typedef int64_t (*iFpippppp_t)(void*, int64_t, void*, void*, void*, void*, void* GO(fork, iFv_t) \ GO(_setjmp, iFp_t) \ GO(getcontext, iFp_t) \ + GO(setcontext, iFp_t) \ GO(setjmp, iFp_t) \ GO(uname, iFp_t) \ GO(syscall, lFv_t) \ |