Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/bits
File: param.h
/* Old-style Unix parameters and limits. Linux version.
[0] Fix | Delete
Copyright (C) 1995-2018 Free Software Foundation, Inc.
[1] Fix | Delete
This file is part of the GNU C Library.
[2] Fix | Delete
[3] Fix | Delete
The GNU C Library is free software; you can redistribute it and/or
[4] Fix | Delete
modify it under the terms of the GNU Lesser General Public
[5] Fix | Delete
License as published by the Free Software Foundation; either
[6] Fix | Delete
version 2.1 of the License, or (at your option) any later version.
[7] Fix | Delete
[8] Fix | Delete
The GNU C Library is distributed in the hope that it will be useful,
[9] Fix | Delete
but WITHOUT ANY WARRANTY; without even the implied warranty of
[10] Fix | Delete
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
[11] Fix | Delete
Lesser General Public License for more details.
[12] Fix | Delete
[13] Fix | Delete
You should have received a copy of the GNU Lesser General Public
[14] Fix | Delete
License along with the GNU C Library; if not, see
[15] Fix | Delete
<http://www.gnu.org/licenses/>. */
[16] Fix | Delete
[17] Fix | Delete
#ifndef _SYS_PARAM_H
[18] Fix | Delete
# error "Never use <bits/param.h> directly; include <sys/param.h> instead."
[19] Fix | Delete
#endif
[20] Fix | Delete
[21] Fix | Delete
#ifndef ARG_MAX
[22] Fix | Delete
# define __undef_ARG_MAX
[23] Fix | Delete
#endif
[24] Fix | Delete
[25] Fix | Delete
#include <linux/limits.h>
[26] Fix | Delete
#include <linux/param.h>
[27] Fix | Delete
[28] Fix | Delete
/* The kernel headers define ARG_MAX. The value is wrong, though. */
[29] Fix | Delete
#ifdef __undef_ARG_MAX
[30] Fix | Delete
# undef ARG_MAX
[31] Fix | Delete
# undef __undef_ARG_MAX
[32] Fix | Delete
#endif
[33] Fix | Delete
[34] Fix | Delete
#define MAXSYMLINKS 20
[35] Fix | Delete
[36] Fix | Delete
/* The following are not really correct but it is a value we used for a
[37] Fix | Delete
long time and which seems to be usable. People should not use NOFILE
[38] Fix | Delete
and NCARGS anyway. */
[39] Fix | Delete
#define NOFILE 256
[40] Fix | Delete
#define NCARGS 131072
[41] Fix | Delete
[42] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function