You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
350 B
13 lines
350 B
9 years ago
|
diff -u -r ../elfutils-0.166/libelf/elf_getaroff.c ./libelf/elf_getaroff.c
|
||
|
--- ../elfutils-0.166/libelf/elf_getaroff.c 2015-11-27 08:36:29.000000000 -0500
|
||
|
+++ ./libelf/elf_getaroff.c 2016-05-04 13:07:06.547288608 -0400
|
||
10 years ago
|
@@ -38,7 +38,7 @@
|
||
|
#include "libelfP.h"
|
||
|
|
||
|
|
||
|
-off_t
|
||
|
+loff_t
|
||
9 years ago
|
elf_getaroff (Elf *elf)
|
||
10 years ago
|
{
|
||
9 years ago
|
/* Be gratious, the specs demand it. */
|