about summary refs log tree commit diff stats
path: root/src/wrapped/generated
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-08-03 09:34:34 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-08-03 09:34:34 +0200
commit5b5f7c133e83b0f71c86850565c249ab5723aae0 (patch)
treed42522372073fe4626de468544daef3865c93018 /src/wrapped/generated
parent69484d7f3cbaca7e445df6136f3fa0f646a0d74d (diff)
downloadbox64-5b5f7c133e83b0f71c86850565c249ab5723aae0.tar.gz
box64-5b5f7c133e83b0f71c86850565c249ab5723aae0.zip
Added setcontext wrapped function
Diffstat (limited to 'src/wrapped/generated')
-rw-r--r--src/wrapped/generated/functions_list.txt1
-rw-r--r--src/wrapped/generated/wrappedlibctypes.h1
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) \