Implementation of getrlimit and getdtablesize
[minix.git] / man / man3 / getdtablesize.3
blob9e5d24bd681db4a830f40700ea3976d8b91f7c85
1 .TH GETDTABLESIZE 3  "December 4, 2009"
2 .UC 4
3 .SH NAME
4 getdtablesize \- query maximum number of open files
5 .SH SYNOPSIS
6 .nf
7 .ft B
8 #include <unistd.h>
10 int getdtablesize(void);
11 .fi
12 .SH DESCRIPTION
13 getdtablesize returns the number of files that may be open at the same time
14 in a process.
15 .SH "RETURN VALUE
16 The number of files that may be open at the same time in a process is returned.