diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-04-04 01:27:54 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-04-04 01:27:54 +0000 |
| commit | 05e2ed0de3422cc80b6fdc795846c7e67416d062 (patch) | |
| tree | 416a56da8af0cdb8d74cc720ebd198de60800baf | |
| parent | 29c52ddd49f238ed54185684a7209e92e7bc3b61 (diff) | |
Notes
| -rw-r--r-- | lib/libc/sys/select.2 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2 index 3de5b5e2cfd3..96ad687aefa8 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -162,9 +162,14 @@ The default size the current kernel limit to the number of open files. However, in order to accommodate programs which might potentially use a larger number of open files with select, it is possible -to increase this size within a program by providing +to increase this size within a kernel by providing a larger definition of .Dv FD_SETSIZE +in kernel configuration file and rebuilding a kernel. +To increase default limit user program must define its own +.Dv FD_SETSIZE +which is less or equal new kernel +.Dv FD_SETSIZE before the inclusion of .Aq Pa sys/types.h . .Pp |
