NAME uselib - select shared library CONTENTS Synopsis Description Errors SYNOPSIS #include <unistd.h> "int uselib(const char *"library); DESCRIPTION uselib selects the shared library binary that will be used by the calling process. "RETURN VALUE" On success, zero is returned. On error, -1 is returned, and errno is set appropriately. ERRORS In addition to all of the error codes returned by open(2) and mmap(2), the following may also be returned:
"int uselib(const char *"library); DESCRIPTION uselib selects the shared library binary that will be used by the calling process. "RETURN VALUE" On success, zero is returned. On error, -1 is returned, and errno is set appropriately. ERRORS In addition to all of the error codes returned by open(2) and mmap(2), the following may also be returned: