Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/bits
File: statx.h
/* statx-related definitions and declarations. Linux version.
[0] Fix | Delete
Copyright (C) 2018-2019 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
/* This interface is based on <linux/stat.h> in Linux. */
[18] Fix | Delete
[19] Fix | Delete
#ifndef _SYS_STAT_H
[20] Fix | Delete
# error Never include <bits/statx.h> directly, include <sys/stat.h> instead.
[21] Fix | Delete
#endif
[22] Fix | Delete
[23] Fix | Delete
/* Use the Linux kernel header if available. */
[24] Fix | Delete
[25] Fix | Delete
/* Use "" to work around incorrect macro expansion of the
[26] Fix | Delete
__has_include argument (GCC PR 80005). */
[27] Fix | Delete
#ifdef __has_include
[28] Fix | Delete
# if __has_include ("linux/stat.h")
[29] Fix | Delete
# include "linux/stat.h"
[30] Fix | Delete
# ifdef STATX_TYPE
[31] Fix | Delete
# define __statx_timestamp_defined 1
[32] Fix | Delete
# define __statx_defined 1
[33] Fix | Delete
# endif
[34] Fix | Delete
# endif
[35] Fix | Delete
#endif
[36] Fix | Delete
[37] Fix | Delete
#include <bits/statx-generic.h>
[38] Fix | Delete
[39] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function