]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add bits/local_lim.h file.
authorRoland McGrath <roland@hack.frob.com>
Mon, 29 Apr 2013 23:58:13 +0000 (16:58 -0700)
committerRoland McGrath <roland@hack.frob.com>
Mon, 29 Apr 2013 23:58:13 +0000 (16:58 -0700)
sysdeps/nacl/bits/local_lim.h [new file with mode: 0644]

diff --git a/sysdeps/nacl/bits/local_lim.h b/sysdeps/nacl/bits/local_lim.h
new file mode 100644 (file)
index 0000000..827ed3f
--- /dev/null
@@ -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
+   <http://www.gnu.org/licenses/>.  */
+
+#define NAME_MAX        255
+
+#define PATH_MAX        4096
+
+#define NGROUPS_MAX    65536