diff --git a/[refs] b/[refs] index c7d10ed3d740..8ea12ef0df1b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c09edd6eba683741bb8aa8e388a2bfaf1c1a28f9 +refs/heads/master: 77293034696e3e0b6c8b8fc1f96be091104b3d2b diff --git a/trunk/include/linux/limits.h b/trunk/include/linux/limits.h index eaf2e099f125..c4b4e579c01d 100644 --- a/trunk/include/linux/limits.h +++ b/trunk/include/linux/limits.h @@ -6,7 +6,6 @@ #define NGROUPS_MAX 65536 /* supplemental group IDs are available */ #define ARG_MAX 131072 /* # bytes of args + environ for exec() */ #define CHILD_MAX 999 /* no limit :-) */ -#define OPEN_MAX 256 /* # open files a process may have */ #define LINK_MAX 127 /* # links a file may have */ #define MAX_CANON 255 /* size of the canonical input queue */ #define MAX_INPUT 255 /* size of the type-ahead buffer */