Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/AnonR/anonr.TX.../usr/include
File: errno.h
/* Copyright (C) 1991-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
/*
[17] Fix | Delete
* ISO C99 Standard: 7.5 Errors <errno.h>
[18] Fix | Delete
*/
[19] Fix | Delete
[20] Fix | Delete
#ifndef _ERRNO_H
[21] Fix | Delete
#define _ERRNO_H 1
[22] Fix | Delete
[23] Fix | Delete
#include <features.h>
[24] Fix | Delete
[25] Fix | Delete
/* The system-specific definitions of the E* constants, as macros. */
[26] Fix | Delete
#include <bits/errno.h>
[27] Fix | Delete
[28] Fix | Delete
/* When included from assembly language, this header only provides the
[29] Fix | Delete
E* constants. */
[30] Fix | Delete
#ifndef __ASSEMBLER__
[31] Fix | Delete
[32] Fix | Delete
__BEGIN_DECLS
[33] Fix | Delete
[34] Fix | Delete
/* The error code set by various library functions. */
[35] Fix | Delete
extern int *__errno_location (void) __THROW __attribute_const__;
[36] Fix | Delete
# define errno (*__errno_location ())
[37] Fix | Delete
[38] Fix | Delete
# ifdef __USE_GNU
[39] Fix | Delete
[40] Fix | Delete
/* The full and simple forms of the name with which the program was
[41] Fix | Delete
invoked. These variables are set up automatically at startup based on
[42] Fix | Delete
the value of argv[0]. */
[43] Fix | Delete
extern char *program_invocation_name;
[44] Fix | Delete
extern char *program_invocation_short_name;
[45] Fix | Delete
[46] Fix | Delete
#include <bits/types/error_t.h>
[47] Fix | Delete
[48] Fix | Delete
# endif /* __USE_GNU */
[49] Fix | Delete
[50] Fix | Delete
__END_DECLS
[51] Fix | Delete
[52] Fix | Delete
#endif /* !__ASSEMBLER__ */
[53] Fix | Delete
#endif /* errno.h */
[54] Fix | Delete
[55] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function