[lwp/aarch64] Fix macro definition style in reloc.c

Split the merged #define macros on line 13 into separate lines to comply with coding standards and avoid potential preprocessor issues.
This commit is contained in:
huangshuhua
2026-03-09 10:00:55 +08:00
committed by Rbb666
parent 12d04eb960
commit 4617729c4c

View File

@@ -10,7 +10,8 @@
#define Elf_Word Elf64_Word
#define Elf_Addr Elf64_Addr
#define Elf_Half Elf64_Half
#define Elf_Ehdr Elf64_Ehdr #define Elf_Phdr Elf64_Phdr
#define Elf_Ehdr Elf64_Ehdr
#define Elf_Phdr Elf64_Phdr
#define Elf_Shdr Elf64_Shdr
typedef struct