Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/asm
File: unistd.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
[0] Fix | Delete
#ifndef _ASM_X86_UNISTD_H
[1] Fix | Delete
#define _ASM_X86_UNISTD_H
[2] Fix | Delete
[3] Fix | Delete
/* x32 syscall flag bit */
[4] Fix | Delete
#define __X32_SYSCALL_BIT 0x40000000
[5] Fix | Delete
[6] Fix | Delete
# ifdef __i386__
[7] Fix | Delete
# include <asm/unistd_32.h>
[8] Fix | Delete
# elif defined(__ILP32__)
[9] Fix | Delete
# include <asm/unistd_x32.h>
[10] Fix | Delete
# else
[11] Fix | Delete
# include <asm/unistd_64.h>
[12] Fix | Delete
# endif
[13] Fix | Delete
[14] Fix | Delete
#endif /* _ASM_X86_UNISTD_H */
[15] Fix | Delete
[16] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function