Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/bits
File: errno.h
/* Error constants. Linux specific version.
[0] Fix | Delete
Copyright (C) 1996-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_ERRNO_H
[18] Fix | Delete
#define _BITS_ERRNO_H 1
[19] Fix | Delete
[20] Fix | Delete
#if !defined _ERRNO_H
[21] Fix | Delete
# error "Never include <bits/errno.h> directly; use <errno.h> instead."
[22] Fix | Delete
#endif
[23] Fix | Delete
[24] Fix | Delete
# include <linux/errno.h>
[25] Fix | Delete
[26] Fix | Delete
/* Older Linux headers do not define these constants. */
[27] Fix | Delete
# ifndef ENOTSUP
[28] Fix | Delete
# define ENOTSUP EOPNOTSUPP
[29] Fix | Delete
# endif
[30] Fix | Delete
[31] Fix | Delete
# ifndef ECANCELED
[32] Fix | Delete
# define ECANCELED 125
[33] Fix | Delete
# endif
[34] Fix | Delete
[35] Fix | Delete
# ifndef EOWNERDEAD
[36] Fix | Delete
# define EOWNERDEAD 130
[37] Fix | Delete
# endif
[38] Fix | Delete
[39] Fix | Delete
#ifndef ENOTRECOVERABLE
[40] Fix | Delete
# define ENOTRECOVERABLE 131
[41] Fix | Delete
# endif
[42] Fix | Delete
[43] Fix | Delete
# ifndef ERFKILL
[44] Fix | Delete
# define ERFKILL 132
[45] Fix | Delete
# endif
[46] Fix | Delete
[47] Fix | Delete
# ifndef EHWPOISON
[48] Fix | Delete
# define EHWPOISON 133
[49] Fix | Delete
# endif
[50] Fix | Delete
[51] Fix | Delete
#endif /* bits/errno.h. */
[52] Fix | Delete
[53] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function