mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-18 08:30:30 +00:00
Rename dlopen() to cosmo_dlopen()
This commit is contained in:
parent
c6d3802d3a
commit
bd56a9cf51
4 changed files with 81 additions and 10 deletions
|
@ -18,6 +18,14 @@ void *dlsym(void *, const char *);
|
|||
int dlclose(void *);
|
||||
int dl_iterate_phdr(int (*)(void *, size_t, void *), void *);
|
||||
|
||||
#ifdef _COSMO_SOURCE
|
||||
char *cosmo_dlerror(void);
|
||||
void *cosmo_dlopen(const char *, int);
|
||||
void *cosmo_dlsym(void *, const char *);
|
||||
int cosmo_dlclose(void *);
|
||||
int cosmo_dl_iterate_phdr(int (*)(void *, size_t, void *), void *);
|
||||
#endif
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
#endif /* COSMOPOLITAN_LIBC_DLFCN_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue