From: Ulrich Drepper Date: Mon, 22 Jun 2009 22:11:18 +0000 (-0700) Subject: More whitespace cleanups. X-Git-Tag: fedora/glibc-2.10.90-1~3^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9618c7c20e1dac85834bd17f4591ea80f88b758d;p=thirdparty%2Fglibc.git More whitespace cleanups. --- diff --git a/elf/ifuncmain6pie.c b/elf/ifuncmain6pie.c index 7e757e335fe..06f179bf9d8 100644 --- a/elf/ifuncmain6pie.c +++ b/elf/ifuncmain6pie.c @@ -19,7 +19,7 @@ one (void) void * foo_ifunc (void) __asm__ ("foo"); __asm__(".type foo, %gnu_indirect_function"); -void * +void * foo_ifunc (void) { return one; diff --git a/elf/ifuncmain7.c b/elf/ifuncmain7.c index 8832c7fa1ce..099e929ffcb 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) {