tail head cat sleep
QR code linking to this page

Manpage  — USELIB

BEZEICHNUNG

uselib - wählt eine dynamisch gelinkte Bibliothek aus

INHALT

ÜBERSICHT

#include <unistd.h>

int uselib(const char *library);

BESCHREIBUNG

uselib wählt die shared library aus, die von diesem Prozeß benutzt wird.

RÜCKGABEWERT

Wenn der Befehl erfolgreich war, wird 0 zurückgegeben. Wenn ein Fehler auftrat, wird -1 ausgegeben und errno wird gesetzt.

FEHLER

Zusätzlich zu all den Fehlercodes, die von open(2) und mmap(2) zurückgegeben werden, können auch folgende auftreten:

ENOEXEC
  Die Datei, die durch library spezifiziert wird, ist nicht ausführbar oder hat nicht die richtigen magischen Nummern.
EACCES Die Bibliothek library ist nicht lesbar (Der Prozeß hat keine Leserechte).

KONFORM ZU

uselib() ist Linuxspezifisch.

SIEHE AUCH

open(2), mmap(2), ldd(1) [Englisch], gcc(1) [Englisch], ar(1), ld(1) [Englisch].


30. April 1996 USELIB (2) Linux 0.99.11

tail head cat sleep
QR code linking to this page


Bitte richten Sie Ihre Kommentare zu diesem Handbuch Seite Service, Ben Bullock. Privacy policy.

This philosophy, in the hands of amateurs, leads to inexplicably mind-numbing botches like the existence of two programs, “head” and “tail,” which print the first part or the last part of a file, depending. Even though their operations are duals of one another, “head” and “tail” are different programs, written by different authors, and take different options!
— The Unix Haters' handbook