From f5a945dc57ca51b644618743dff37ae44ac2cb4f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 29 Apr 2013 16:58:13 -0700 Subject: [PATCH] Add bits/local_lim.h file. --- sysdeps/nacl/bits/local_lim.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 sysdeps/nacl/bits/local_lim.h 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 -- 2.47.2