Query: uselib
OS: redhat
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
USELIB(2) Linux Programmer's Manual USELIB(2)NAMEuselib - select shared librarySYNOPSIS#include <unistd.h> int uselib(const char *library);DESCRIPTIONuselib selects the shared library binary that will be used by the calling process.RETURN VALUEOn success, zero is returned. On error, -1 is returned, and errno is set appropriately.ERRORSIn addition to all of the error codes returned by open(2) and mmap(2), the following may also be returned: ENOEXEC The file specified by library is not executable, or does not have the correct magic numbers. EACCES The library specified by library is not readable.CONFORMING TOuselib() is Linux specific, and should not be used in programs intended to be portable.SEE ALSOar(1), gcc(1), ld(1), ldd(1), mmap(2), open(2), ld.so(8) Linux 0.99.11 1993-07-24 USELIB(2)
Related Man Pages |
---|
uselib(2) - debian |
uselib(2) - x11r4 |
uselib(2) - xfree86 |
uselib(2) - hpux |
uselib(2) - minix |