CWB
|
Stub interface to dynamic linker routines that SunOS uses but didn't ship with 4.1. More...
Stub interface to dynamic linker routines that SunOS uses but didn't ship with 4.1.
(nor with Solaris 2.6 :oP )
The C library routine wcstombs in SunOS 4.1 tries to dynamically load some routines using the dlsym interface, described in dlsym(3x). Unfortunately SunOS 4.1 does not include the necessary library, libdl.
(borrowed from the MIT X11R5 distribution)
int _dlclose | ( | ) |
char* _dlerror | ( | ) |
void* _dlopen | ( | ) |
void* _dlsym | ( | ) |
int dlclose | ( | ) |
char* dlerror | ( | ) |
void* dlopen | ( | ) |
void* dlsym | ( | ) |