USELIB   (2) manpage
USELIB
2
1993-07-24
Linux 0.99.11
Linux Programmer's Manual
  • NAME
      uselib - select shared library
  • 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:
      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
Current Users: 42 © 1999-2006 Linux.com.hk PenguinSoft
All trademarks and copyrights on this page are owned by their respective companies. Linux is a trademark of Linus Torvalds.