Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/sys
File: sysctl.h
/* Copyright (C) 1996-2018 Free Software Foundation, Inc.
[0] Fix | Delete
This file is part of the GNU C Library.
[1] Fix | Delete
[2] Fix | Delete
The GNU C Library is free software; you can redistribute it and/or
[3] Fix | Delete
modify it under the terms of the GNU Lesser General Public
[4] Fix | Delete
License as published by the Free Software Foundation; either
[5] Fix | Delete
version 2.1 of the License, or (at your option) any later version.
[6] Fix | Delete
[7] Fix | Delete
The GNU C Library is distributed in the hope that it will be useful,
[8] Fix | Delete
but WITHOUT ANY WARRANTY; without even the implied warranty of
[9] Fix | Delete
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
[10] Fix | Delete
Lesser General Public License for more details.
[11] Fix | Delete
[12] Fix | Delete
You should have received a copy of the GNU Lesser General Public
[13] Fix | Delete
License along with the GNU C Library; if not, see
[14] Fix | Delete
<http://www.gnu.org/licenses/>. */
[15] Fix | Delete
[16] Fix | Delete
#ifndef _SYS_SYSCTL_H
[17] Fix | Delete
#define _SYS_SYSCTL_H 1
[18] Fix | Delete
[19] Fix | Delete
#include <features.h>
[20] Fix | Delete
#define __need_size_t
[21] Fix | Delete
#include <stddef.h>
[22] Fix | Delete
/* Prevent more kernel headers than necessary to be included. */
[23] Fix | Delete
#ifndef _LINUX_KERNEL_H
[24] Fix | Delete
# define _LINUX_KERNEL_H 1
[25] Fix | Delete
# define __undef_LINUX_KERNEL_H
[26] Fix | Delete
#endif
[27] Fix | Delete
#ifndef _LINUX_TYPES_H
[28] Fix | Delete
# define _LINUX_TYPES_H 1
[29] Fix | Delete
# define __undef_LINUX_TYPES_H
[30] Fix | Delete
#endif
[31] Fix | Delete
#ifndef _LINUX_LIST_H
[32] Fix | Delete
# define _LINUX_LIST_H 1
[33] Fix | Delete
# define __undef_LINUX_LIST_H
[34] Fix | Delete
#endif
[35] Fix | Delete
#ifndef __LINUX_COMPILER_H
[36] Fix | Delete
# define __LINUX_COMPILER_H 1
[37] Fix | Delete
# define __user
[38] Fix | Delete
# define __undef__LINUX_COMPILER_H
[39] Fix | Delete
#endif
[40] Fix | Delete
[41] Fix | Delete
#include <linux/sysctl.h>
[42] Fix | Delete
[43] Fix | Delete
#ifdef __undef_LINUX_KERNEL_H
[44] Fix | Delete
# undef _LINUX_KERNEL_H
[45] Fix | Delete
# undef __undef_LINUX_KERNEL_H
[46] Fix | Delete
#endif
[47] Fix | Delete
#ifdef __undef_LINUX_TYPES_H
[48] Fix | Delete
# undef _LINUX_TYPES_H
[49] Fix | Delete
# undef __undef_LINUX_TYPES_H
[50] Fix | Delete
#endif
[51] Fix | Delete
#ifdef __undef_LINUX_LIST_H
[52] Fix | Delete
# undef _LINUX_LIST_H
[53] Fix | Delete
# undef __undef_LINUX_LIST_H
[54] Fix | Delete
#endif
[55] Fix | Delete
#ifdef __undef__LINUX_COMPILER_H
[56] Fix | Delete
# undef __LINUX_COMPILER_H
[57] Fix | Delete
# undef __user
[58] Fix | Delete
# undef __undef__LINUX_COMPILER_H
[59] Fix | Delete
#endif
[60] Fix | Delete
[61] Fix | Delete
#include <bits/sysctl.h>
[62] Fix | Delete
[63] Fix | Delete
__BEGIN_DECLS
[64] Fix | Delete
[65] Fix | Delete
/* Read or write system parameters. */
[66] Fix | Delete
extern int sysctl (int *__name, int __nlen, void *__oldval,
[67] Fix | Delete
size_t *__oldlenp, void *__newval, size_t __newlen) __THROW;
[68] Fix | Delete
[69] Fix | Delete
__END_DECLS
[70] Fix | Delete
[71] Fix | Delete
#endif /* _SYS_SYSCTL_H */
[72] Fix | Delete
[73] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function