pick: Update from 2.0.1 to 2.0.2
[termux-packages] / packages / elfutils / elf_getaroff.c.patch
CommitLineData
cf310881
FF
1diff -u -r ../elfutils-0.166/libelf/elf_getaroff.c ./libelf/elf_getaroff.c
2--- ../elfutils-0.166/libelf/elf_getaroff.c 2015-11-27 08:36:29.000000000 -0500
3+++ ./libelf/elf_getaroff.c 2016-05-04 13:07:06.547288608 -0400
59f0d218
FF
4@@ -38,7 +38,7 @@
5 #include "libelfP.h"
6
7
8-off_t
9+loff_t
cf310881 10 elf_getaroff (Elf *elf)
59f0d218 11 {
cf310881 12 /* Be gratious, the specs demand it. */