mirror of
https://github.com/ptitSeb/box86.git
synced 2024-11-23 14:50:29 +00:00
Updated generated files
This commit is contained in:
parent
966bb72e9e
commit
49e6609182
@ -3298,6 +3298,7 @@ wrappedlibdl:
|
||||
- pFv:
|
||||
- dlerror
|
||||
- iFpp:
|
||||
- _dl_find_object
|
||||
- dladdr
|
||||
- pFpi:
|
||||
- dlopen
|
||||
|
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user