diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-12-31 10:21:50 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-12-31 10:21:50 +0100 |
| commit | bd4c74221285e438616a25ddd0736339957a069b (patch) | |
| tree | bb1e9b15a72e1469dbdb6ed134df8cd6b8612a39 /src/wrapped/generated/wrappedlibdltypes.h | |
| parent | c821fd938c26348165844653868b986ca37c1c2a (diff) | |
| download | box64-bd4c74221285e438616a25ddd0736339957a069b.tar.gz box64-bd4c74221285e438616a25ddd0736339957a069b.zip | |
Added empty wrapped _dl_find_object function (for #487, probably other too, but not sure it's enough)
Diffstat (limited to 'src/wrapped/generated/wrappedlibdltypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibdltypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibdltypes.h b/src/wrapped/generated/wrappedlibdltypes.h index 0c448396..4d6d208e 100644 --- a/src/wrapped/generated/wrappedlibdltypes.h +++ b/src/wrapped/generated/wrappedlibdltypes.h @@ -24,6 +24,7 @@ typedef int64_t (*iFpppi_t)(void*, void*, void*, int64_t); #define SUPER() ADDED_FUNCTIONS() \ GO(dlclose, iFp_t) \ GO(dlerror, pFv_t) \ + GO(_dl_find_object, iFpp_t) \ GO(dladdr, iFpp_t) \ GO(dlopen, pFpi_t) \ GO(dlsym, pFpp_t) \ |