Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/bits
File: signum.h
/* Signal number definitions. 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 _BITS_SIGNUM_H
[18] Fix | Delete
#define _BITS_SIGNUM_H 1
[19] Fix | Delete
[20] Fix | Delete
#ifndef _SIGNAL_H
[21] Fix | Delete
#error "Never include <bits/signum.h> directly; use <signal.h> instead."
[22] Fix | Delete
#endif
[23] Fix | Delete
[24] Fix | Delete
#include <bits/signum-generic.h>
[25] Fix | Delete
[26] Fix | Delete
/* Adjustments and additions to the signal number constants for
[27] Fix | Delete
most Linux systems. */
[28] Fix | Delete
[29] Fix | Delete
#define SIGSTKFLT 16 /* Stack fault (obsolete). */
[30] Fix | Delete
#define SIGPWR 30 /* Power failure imminent. */
[31] Fix | Delete
[32] Fix | Delete
#undef SIGBUS
[33] Fix | Delete
#define SIGBUS 7
[34] Fix | Delete
#undef SIGUSR1
[35] Fix | Delete
#define SIGUSR1 10
[36] Fix | Delete
#undef SIGUSR2
[37] Fix | Delete
#define SIGUSR2 12
[38] Fix | Delete
#undef SIGCHLD
[39] Fix | Delete
#define SIGCHLD 17
[40] Fix | Delete
#undef SIGCONT
[41] Fix | Delete
#define SIGCONT 18
[42] Fix | Delete
#undef SIGSTOP
[43] Fix | Delete
#define SIGSTOP 19
[44] Fix | Delete
#undef SIGTSTP
[45] Fix | Delete
#define SIGTSTP 20
[46] Fix | Delete
#undef SIGURG
[47] Fix | Delete
#define SIGURG 23
[48] Fix | Delete
#undef SIGPOLL
[49] Fix | Delete
#define SIGPOLL 29
[50] Fix | Delete
#undef SIGSYS
[51] Fix | Delete
#define SIGSYS 31
[52] Fix | Delete
[53] Fix | Delete
#undef __SIGRTMAX
[54] Fix | Delete
#define __SIGRTMAX 64
[55] Fix | Delete
[56] Fix | Delete
#endif /* <signal.h> included. */
[57] Fix | Delete
[58] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function