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/wrappedlibc_private.h | |
| parent | 8590b0b4f3c261dc8710e7241ef770937e61b580 (diff) | |
| download | box64-36d11a4443018ea98e37e19e1cce2d95345cb548.tar.gz box64-36d11a4443018ea98e37e19e1cce2d95345cb548.zip | |
Actually added execle wrapped function (for #850)
Diffstat (limited to 'src/wrapped/wrappedlibc_private.h')
| -rwxr-xr-x | src/wrapped/wrappedlibc_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index 84cd9b40..bcef070d 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -294,7 +294,7 @@ GO(eventfd, iFui) GO(eventfd_read, iFip) GO(eventfd_write, iFiL) GOM(execl, iFEpV) // First argument is also part of the variadic -//GOM(execle, iFEpV) // First argument is also part of the variadic +GOM(execle, iFEpV) // First argument is also part of the variadic GOM(execlp, iFEpV) // First argument is also part of the variadic GOM(execv, iFEpp) GOWM(execve, iFEppp) |