]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/ifuncmain5.c
Update copyright dates not handled by scripts/update-copyrights.
[thirdparty/glibc.git] / elf / ifuncmain5.c
index 819a4439048034a2b2e1ef6b54a3c5cc69732126..f398085cb46719d18950533e3178de578face344 100644 (file)
@@ -2,8 +2,6 @@
 
 #include <stdlib.h>
 
-int global = -1;
-
 extern int foo (void);
 extern int foo_protected (void);
 
@@ -27,7 +25,7 @@ int
 main (void)
 {
   foo_p p;
-  
+
   p = get_foo ();
   if ((*p) () != -1)
     abort ();