mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-29 22:10:27 +00:00
Invent *cosmo_dltramp() function
This commit is contained in:
parent
0de6a08988
commit
44a463e4d2
2 changed files with 12 additions and 0 deletions
|
@ -20,6 +20,7 @@ int dlclose(void *);
|
|||
char *cosmo_dlerror(void);
|
||||
void *cosmo_dlopen(const char *, int);
|
||||
void *cosmo_dlsym(void *, const char *);
|
||||
void *cosmo_dltramp(void *);
|
||||
int cosmo_dlclose(void *);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue