From: Roland McGrath Date: Mon, 29 Apr 2013 23:58:13 +0000 (-0700) Subject: Add bits/local_lim.h file. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5a945dc57ca51b644618743dff37ae44ac2cb4f;p=thirdparty%2Fglibc.git Add bits/local_lim.h file. --- diff --git a/sysdeps/nacl/bits/local_lim.h b/sysdeps/nacl/bits/local_lim.h new file mode 100644 index 00000000000..827ed3fcefc --- /dev/null +++ b/sysdeps/nacl/bits/local_lim.h @@ -0,0 +1,24 @@ +/* Minimum guaranteed maximum values for system limits. NaCl version. + Copyright (C) 2013 Free Software Foundation, Inc. + + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation; either version 2.1 of the + License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library. If not, see + . */ + +#define NAME_MAX 255 + +#define PATH_MAX 4096 + +#define NGROUPS_MAX 65536