aboutsummaryrefslogtreecommitdiff
path: root/elf/ifuncmain7.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/ifuncmain7.c')
-rw-r--r--elf/ifuncmain7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/ifuncmain7.c b/elf/ifuncmain7.c
index 8832c7f..099e929 100644
--- a/elf/ifuncmain7.c
+++ b/elf/ifuncmain7.c
@@ -17,7 +17,7 @@ one (void)
static void * foo_ifunc (void) __asm__ ("foo");
__asm__(".type foo, %gnu_indirect_function");
-static void *
+static void *
__attribute__ ((used))
foo_ifunc (void)
{