diff options
Diffstat (limited to 'elf/ifuncmain7.c')
-rw-r--r-- | elf/ifuncmain7.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/ifuncmain7.c b/elf/ifuncmain7.c index 617a596..1e8f7ea 100644 --- a/elf/ifuncmain7.c +++ b/elf/ifuncmain7.c @@ -20,6 +20,7 @@ __asm__(".type foo, %gnu_indirect_function"); static void * __attribute__ ((used)) +inhibit_stack_protector foo_ifunc (void) { return ifunc_one (one); |