diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-01-18 12:06:02 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-01-18 12:06:02 +0100 |
| commit | 742998b4773b2c46d1660d8df1da004961017807 (patch) | |
| tree | b3d6f4e49c0f223b4bf3cded13c8cfe2b5164788 /src/wrapped/generated/wrappedlibctypes.h | |
| parent | a577fac1c59e159d86c722beeee2f149b38de39e (diff) | |
| download | box64-742998b4773b2c46d1660d8df1da004961017807.tar.gz box64-742998b4773b2c46d1660d8df1da004961017807.zip | |
Added 1 more wrapped function to libc
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 665417b8..353f3c63 100644 --- a/src/wrapped/generated/wrappedlibctypes.h +++ b/src/wrapped/generated/wrappedlibctypes.h @@ -148,6 +148,7 @@ typedef int32_t (*iFppipppp_t)(void*, void*, int32_t, void*, void*, void*, void* GO(_obstack_free, vFpp_t) \ GO(obstack_free, vFpp_t) \ GO(tdestroy, vFpp_t) \ + GO(twalk, vFpp_t) \ GO(warn, vFpV_t) \ GO(warnx, vFpV_t) \ GO(fstat, iFip_t) \ |