We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94dfbaa commit cda7771Copy full SHA for cda7771
Lib/test/test_ctypes/test_dlerror.py
@@ -14,7 +14,7 @@
14
Adapted from Michael Kerrisk's answer: https://stackoverflow.com/a/53590014.
15
*/
16
17
-asm (".type foo, @gnu_indirect_function");
+asm (".type foo STT_GNU_IFUNC");
18
19
void *foo(void)
20
{
0 commit comments