]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Fix i686 build compat.
authorJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 15 Nov 2012 18:30:39 +0000 (19:30 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 15 Nov 2012 18:30:39 +0000 (19:30 +0100)
libdwfl/libdwflP.h

index 3999d666766aae3c0ffbf2dfd4be5a2298f99fdc..b9fdf014d32a2b6234d64f106e3e4e310416e64c 100644 (file)
@@ -502,8 +502,10 @@ extern Dwfl_Frame_State_Process *
   internal_function;
 
 /* Align segment START downwards or END upwards addresses according to DWFL.  */
-extern GElf_Addr __libdwfl_segment_start (Dwfl *dwfl, GElf_Addr start);
-extern GElf_Addr __libdwfl_segment_end (Dwfl *dwfl, GElf_Addr end);
+extern GElf_Addr __libdwfl_segment_start (Dwfl *dwfl, GElf_Addr start)
+  internal_function;
+extern GElf_Addr __libdwfl_segment_end (Dwfl *dwfl, GElf_Addr end)
+  internal_function;
 
 /* Decompression wrappers: decompress whole file into memory.  */
 extern Dwfl_Error __libdw_gunzip  (int fd, off64_t start_offset,