unstrip.c: Mark function as static.
authorMarek Polacek <mpolacek@redhat.com>
Sat, 7 May 2011 17:26:20 +0000 (19:26 +0200)
committerMarek Polacek <mpolacek@redhat.com>
Sat, 7 May 2011 17:26:20 +0000 (19:26 +0200)
src/ChangeLog
src/unstrip.c

index fd5a51e..6c49eef 100644 (file)
@@ -1,3 +1,7 @@
+2011-05-07  Marek Polacek  <mpolacek@redhat.com>
+
+       * unstrip.c (compare_sections_nonrel): Mark this function as static.
+
 2011-04-26  Mark Wielaard  <mjw@redhat.com>
 
        * readelf.c (handle_notes_data): Call ebl_object_note_type_name
index 3283d73..69c3775 100644 (file)
@@ -706,7 +706,7 @@ compare_sections_rel (const void *a, const void *b)
   return compare_sections (a, b, true);
 }
 
-int
+static int
 compare_sections_nonrel (const void *a, const void *b)
 {
   return compare_sections (a, b, false);