Package: freebsd-libs / 10.3~svn296373-10

libdwarf_off64_t.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

We can't use -D_FILE_OFFSET_BITS=64 here, as
libdwarf.h is a public header.

--- a/lib/libdwarf/libdwarf.h
+++ b/lib/libdwarf/libdwarf.h
@@ -32,7 +32,7 @@
 #include <libelf.h>
 
 typedef int		Dwarf_Bool;
-typedef off_t		Dwarf_Off;
+typedef __off64_t	Dwarf_Off;
 typedef uint64_t	Dwarf_Unsigned;
 typedef uint16_t	Dwarf_Half;
 typedef uint8_t		Dwarf_Small;