diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-07-17 10:55:24 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-07-17 10:55:24 +0200 |
| commit | 36d11a4443018ea98e37e19e1cce2d95345cb548 (patch) | |
| tree | 8ba5bac89ec067fa77ea617b7b293b35f2b5bf95 /src/wrapped/generated/wrappedlibctypes.h | |
| parent | 8590b0b4f3c261dc8710e7241ef770937e61b580 (diff) | |
| download | box64-36d11a4443018ea98e37e19e1cce2d95345cb548.tar.gz box64-36d11a4443018ea98e37e19e1cce2d95345cb548.zip | |
Actually added execle wrapped function (for #850)
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 49457ed7..92bbdf7b 100644 --- a/src/wrapped/generated/wrappedlibctypes.h +++ b/src/wrapped/generated/wrappedlibctypes.h @@ -144,6 +144,7 @@ typedef int32_t (*iFppipppp_t)(void*, void*, int32_t, void*, void*, void*, void* GO(swapcontext, iFpp_t) \ GO(__isoc99_scanf, iFpV_t) \ GO(execl, iFpV_t) \ + GO(execle, iFpV_t) \ GO(execlp, iFpV_t) \ GO(printf, iFpV_t) \ GO(wprintf, iFpV_t) \ |