diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-08-10 15:32:08 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-08-10 15:32:08 +0200 |
| commit | 2ac2996abd54cdb36624738b7ca30a9abc93a78a (patch) | |
| tree | 11a38caa935bab1a6ea6e02ec365c1d7105af06b /src/wrapped/generated/wrappedlibctypes.h | |
| parent | 53fb83487a1902db838f99e94bb81e1cb597e6a7 (diff) | |
| download | box64-2ac2996abd54cdb36624738b7ca30a9abc93a78a.tar.gz box64-2ac2996abd54cdb36624738b7ca30a9abc93a78a.zip | |
Added vfork wrapped function
Diffstat (limited to 'src/wrapped/generated/wrappedlibctypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibctypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h index de2666ab..78962777 100644 --- a/src/wrapped/generated/wrappedlibctypes.h +++ b/src/wrapped/generated/wrappedlibctypes.h @@ -80,6 +80,7 @@ typedef int64_t (*iFpippppp_t)(void*, int64_t, void*, void*, void*, void*, void* GO(_ITM_deregisterTMCloneTable, vFp_t) \ GO(__cxa_finalize, vFp_t) \ GO(fork, iFv_t) \ + GO(vfork, iFv_t) \ GO(_setjmp, iFp_t) \ GO(getcontext, iFp_t) \ GO(setcontext, iFp_t) \ |