Skip to content

Commit 9007f1d

Browse files
authored
[libc] Fix a typo in DT_BIND_NOW macro name (#175619)
This was accidentally introduced in #172766.
1 parent b595849 commit 9007f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/include/elf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ macros:
326326
macro_value: 22
327327
- macro_name: DT_JMPREL
328328
macro_value: 23
329-
- macro_name: DT_BIND_NOW*
329+
- macro_name: DT_BIND_NOW
330330
macro_value: 24
331331
- macro_name: DT_INIT_ARRAY
332332
macro_value: 25

0 commit comments

Comments
 (0)