tail head cat sleep
QR code linking to this page

Manpage  — GETDTABLESIZE

BEZEICHNUNG

getdtablesize - hole Größe der Descriptor Table

INHALT

ZUSAMMENFASSUNG

#include <unistd.h>

int getdtablesize(void);

BESCHREIBUNG

getdtablesize liefert die Anzahl der Dateien, die ein Prozeß offen halten darf.

ANMERKUNGEN

getdtablesize wurde als Libraryfunktion in DLL 4.4.1 implementiert. Die Funktion liefert OPEN_MAX (in Linux 0.99.11 auf 256 gesetzt), falls OPEN_MAX bei Übersetzung ger Library definiert war. Andernfalls wird -1 zurückgeliefert und errno wird auf ENOSYS gesetzt.

SIEHE AUCH

close(2), dup(2), open(2).


22 July 1993 GETDTABLESIZE (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.

LISP = Lots of Irritating Silly Parentheses