Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/asm
File: siginfo.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
[0] Fix | Delete
#ifndef _ASM_X86_SIGINFO_H
[1] Fix | Delete
#define _ASM_X86_SIGINFO_H
[2] Fix | Delete
[3] Fix | Delete
#ifdef __x86_64__
[4] Fix | Delete
# ifdef __ILP32__ /* x32 */
[5] Fix | Delete
typedef long long __kernel_si_clock_t __attribute__((aligned(4)));
[6] Fix | Delete
# define __ARCH_SI_CLOCK_T __kernel_si_clock_t
[7] Fix | Delete
# define __ARCH_SI_ATTRIBUTES __attribute__((aligned(8)))
[8] Fix | Delete
# endif
[9] Fix | Delete
#endif
[10] Fix | Delete
[11] Fix | Delete
#include <asm-generic/siginfo.h>
[12] Fix | Delete
[13] Fix | Delete
#endif /* _ASM_X86_SIGINFO_H */
[14] Fix | Delete
[15] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function