termux-packages/packages/elfutils/elf_getaroff.c.patch

13 lines
350 B
Diff
Raw Normal View History

2016-05-04 21:31:11 +02:00
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
2015-06-13 01:03:31 +02:00
@@ -38,7 +38,7 @@
#include "libelfP.h"
-off_t
+loff_t
2016-05-04 21:31:11 +02:00
elf_getaroff (Elf *elf)
2015-06-13 01:03:31 +02:00
{
2016-05-04 21:31:11 +02:00
/* Be gratious, the specs demand it. */