Skip to content

Commit 96686cf

Browse files
committed
Fix ELF defined
1 parent f1f667f commit 96686cf

File tree

1 file changed

+0
-1
lines changed
  • include/hazel/details

1 file changed

+0
-1
lines changed

include/hazel/details/elf.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,6 @@ enum {
11901190
STT_RELC = 8, // Complex relocation expression.
11911191
STT_SRELC = 9, // Signed complex relocation expression.
11921192
STT_GNU_IFUNC = 10, // Indirect code object.
1193-
STT_GNU_IFUNC = 10, // GNU indirect function
11941193
STT_LOOS = 10, // Lowest operating system-specific symbol type
11951194
STT_HIOS = 12, // Highest operating system-specific symbol type
11961195
STT_LOPROC = 13, // Lowest processor-specific symbol type

0 commit comments

Comments
 (0)