Updated generated files

This commit is contained in:
ptitSeb 2024-02-25 12:13:04 +01:00
parent 966bb72e9e
commit 49e6609182
2 changed files with 2 additions and 0 deletions

View File

@ -3298,6 +3298,7 @@ wrappedlibdl:
- pFv:
- dlerror
- iFpp:
- _dl_find_object
- dladdr
- pFpi:
- dlopen

View File

@ -24,6 +24,7 @@ typedef int32_t (*iFpppi_t)(void*, void*, void*, int32_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) \