diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-04-27 10:41:50 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-04-27 10:41:50 +0200 |
| commit | 80be548b641f3f78d5de869ddc9c88a5a7217dc3 (patch) | |
| tree | 7d36de9b1942fdd0572ee2f0179799efed8fa686 /src/wrapped/generated/wrappedlibctypes.h | |
| parent | bb22be4f4f59c3584798825de5deb270d39bd1f2 (diff) | |
| download | box64-80be548b641f3f78d5de869ddc9c88a5a7217dc3.tar.gz box64-80be548b641f3f78d5de869ddc9c88a5a7217dc3.zip | |
Added wrapped stat (for #293)
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 98f053fe..f0a1e0c3 100644 --- a/src/wrapped/generated/wrappedlibctypes.h +++ b/src/wrapped/generated/wrappedlibctypes.h @@ -117,6 +117,7 @@ typedef int64_t (*iFppipppp_t)(void*, void*, int64_t, void*, void*, void*, void* GO(execv, iFpp_t) \ GO(execvp, iFpp_t) \ GO(sigaltstack, iFpp_t) \ + GO(stat, iFpp_t) \ GO(swapcontext, iFpp_t) \ GO(__isoc99_scanf, iFpV_t) \ GO(execl, iFpV_t) \ |