diff options
-rw-r--r-- | include/linux/limits.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/limits.h b/include/linux/limits.h index eaf2e099f125..c4b4e579c01d 100644 --- a/include/linux/limits.h +++ b/include/linux/limits.h | |||
@@ -6,7 +6,6 @@ | |||
6 | #define NGROUPS_MAX 65536 /* supplemental group IDs are available */ | 6 | #define NGROUPS_MAX 65536 /* supplemental group IDs are available */ |
7 | #define ARG_MAX 131072 /* # bytes of args + environ for exec() */ | 7 | #define ARG_MAX 131072 /* # bytes of args + environ for exec() */ |
8 | #define CHILD_MAX 999 /* no limit :-) */ | 8 | #define CHILD_MAX 999 /* no limit :-) */ |
9 | #define OPEN_MAX 256 /* # open files a process may have */ | ||
10 | #define LINK_MAX 127 /* # links a file may have */ | 9 | #define LINK_MAX 127 /* # links a file may have */ |
11 | #define MAX_CANON 255 /* size of the canonical input queue */ | 10 | #define MAX_CANON 255 /* size of the canonical input queue */ |
12 | #define MAX_INPUT 255 /* size of the type-ahead buffer */ | 11 | #define MAX_INPUT 255 /* size of the type-ahead buffer */ |