Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ExeBy/exe_root.../usr/include/sys
File: syscall.h
/* Copyright (C) 1995-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 _SYSCALL_H
[17] Fix | Delete
#define _SYSCALL_H 1
[18] Fix | Delete
[19] Fix | Delete
/* This file should list the numbers of the system calls the system knows.
[20] Fix | Delete
But instead of duplicating this we use the information available
[21] Fix | Delete
from the kernel sources. */
[22] Fix | Delete
#include <asm/unistd.h>
[23] Fix | Delete
[24] Fix | Delete
#ifndef _LIBC
[25] Fix | Delete
/* The Linux kernel header file defines macros `__NR_<name>', but some
[26] Fix | Delete
programs expect the traditional form `SYS_<name>'. So in building libc
[27] Fix | Delete
we scan the kernel's list and produce <bits/syscall.h> with macros for
[28] Fix | Delete
all the `SYS_' names. */
[29] Fix | Delete
# include <bits/syscall.h>
[30] Fix | Delete
#endif
[31] Fix | Delete
[32] Fix | Delete
#endif
[33] Fix | Delete
[34] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function