diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-06-22 15:11:18 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-06-22 15:11:18 -0700 |
commit | 9618c7c20e1dac85834bd17f4591ea80f88b758d (patch) | |
tree | 6f87f19ac524f778f9dde357febe175f1afd027f /elf/ifuncmain7.c | |
parent | e364e6f11861d3354e4e9b2c2e04816688c14770 (diff) | |
download | glibc-9618c7c20e1dac85834bd17f4591ea80f88b758d.tar glibc-9618c7c20e1dac85834bd17f4591ea80f88b758d.tar.gz glibc-9618c7c20e1dac85834bd17f4591ea80f88b758d.tar.bz2 glibc-9618c7c20e1dac85834bd17f4591ea80f88b758d.zip |
More whitespace cleanups.
Diffstat (limited to 'elf/ifuncmain7.c')
-rw-r--r-- | elf/ifuncmain7.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/ifuncmain7.c b/elf/ifuncmain7.c index 8832c7fa1c..099e929ffc 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) { |