Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
uselib(2)
Edit
PageHistory
Diff
Info
LikePages
USELIB !!!USELIB NAME SYNOPSIS DESCRIPTION RETURN VALUE ERRORS CONFORMING TO SEE ALSO ---- !!NAME uselib - select shared library !!SYNOPSIS __#include __ __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: __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 TO __uselib()__ is Linux specific, and should not be used in programs intended to be portable. !!SEE ALSO ar(1), gcc(1), ld(1), ldd(1), mmap(2), open(2), ld.so(8) ----
2 pages link to
uselib(2)
:
Man2u
syscalls(2)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.