Imported tab->space correction by redhat
[infodrom/manpages-de] / man2 / getdtablesize.2
1 .\" Hey Emacs! This file is -*- nroff -*- source.
2 .\"
3 .\" Copyright 1993 Rickard E. Faith (faith@cs.unc.edu)
4 .\"
5 .\" Permission is granted to make and distribute verbatim copies of this
6 .\" manual provided the copyright notice and this permission notice are
7 .\" preserved on all copies.
8 .\"
9 .\" Permission is granted to copy and distribute modified versions of this
10 .\" manual under the conditions for verbatim copying, provided that the
11 .\" entire resulting derived work is distributed under the terms of a
12 .\" permission notice identical to this one
13 .\" 
14 .\" Since the Linux kernel and libraries are constantly changing, this
15 .\" manual page may be incorrect or out-of-date.  The author(s) assume no
16 .\" responsibility for errors or omissions, or for damages resulting from
17 .\" the use of the information contained herein.  The author(s) may not
18 .\" have taken the same level of care in the production of this manual,
19 .\" which is licensed free of charge, as they might when working
20 .\" professionally.
21 .\" 
22 .\" Formatted or processed versions of this manual, if unaccompanied by
23 .\" the source, must acknowledge the copyright and authors of this work.
24 .\"
25 .\" German translation by René Tschirley (gremlin@cs.tu-berlin.de)
26 .\" Modified Mon Jun 10 12:20:47 1996 by Martin Schulze (joey@linux.de)
27 .\"
28 .TH GETDTABLESIZE 2 "22. Juli 1993" "Linux 0.99.11" "Systemaufrufe"
29 .SH BEZEICHNUNG
30 getdtablesize \- hole Größe der Descriptor Table
31 .SH ZUSAMMENFASSUNG
32 .B #include <unistd.h>
33 .sp
34 .B int getdtablesize(void);
35 .SH BESCHREIBUNG
36 .B getdtablesize
37 liefert die Anzahl der Dateien, die ein Prozess offen halten darf.
38 .SH ANMERKUNGEN
39 .B getdtablesize
40 wurde als Libraryfunktion in DLL 4.4.1 implementiert.
41 Die Funktion liefert 
42 .B OPEN_MAX
43 (in Linux 0.99.11 auf 256 gesetzt), falls
44 .B OPEN_MAX
45 bei Übersetzung ger Library definiert war.  Andernfalls wird -1
46 zurückgeliefert und 
47 .I errno
48 wird auf
49 .BR ENOSYS
50 gesetzt.
51 .SH "SIEHE AUCH"
52 .BR close (2),
53 .BR dup (2),
54 .BR open (2).
55