Skip to content

Commit cda7771

Browse files
grgalexencukou
andauthored
Update Lib/test/test_ctypes/test_dlerror.py
Co-authored-by: Petr Viktorin <[email protected]>
1 parent 94dfbaa commit cda7771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_ctypes/test_dlerror.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Adapted from Michael Kerrisk's answer: https://stackoverflow.com/a/53590014.
1515
*/
1616
17-
asm (".type foo, @gnu_indirect_function");
17+
asm (".type foo STT_GNU_IFUNC");
1818
1919
void *foo(void)
2020
{

0 commit comments

Comments
 (0)