Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/bits
File: elfclass.h
/* This file specifies the native word size of the machine, which indicates
[0] Fix | Delete
the ELF file class used for executables and shared objects on this
[1] Fix | Delete
machine. */
[2] Fix | Delete
[3] Fix | Delete
#ifndef _LINK_H
[4] Fix | Delete
# error "Never use <bits/elfclass.h> directly; include <link.h> instead."
[5] Fix | Delete
#endif
[6] Fix | Delete
[7] Fix | Delete
#include <bits/wordsize.h>
[8] Fix | Delete
[9] Fix | Delete
#define __ELF_NATIVE_CLASS __WORDSIZE
[10] Fix | Delete
[11] Fix | Delete
/* The entries in the .hash table always have a size of 32 bits. */
[12] Fix | Delete
typedef uint32_t Elf_Symndx;
[13] Fix | Delete
[14] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function