Commit 834b371
committed
enqueue-library.c: Use NT_FDO_DLOPEN_METADATA instead of NT_FDO_PACKAGING_METADATA
The NT_FDO_DLOPEN_METADATA section must be used to specify dependencies
in the elf section. This was changed by accident and resulted in a
complete breakdown of the dependency search functionality.
Fixes: e61089c ("enqueue-library.c: Use libc NT_FDO_PACKAGING_METADATA definition")
Signed-off-by: Alexey Gladkov <[email protected]>1 parent 66dff2c commit 834b371
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
0 commit comments