pick: Update from 2.0.1 to 2.0.2
[termux-packages] / packages / elfutils / elf_getaroff.c.patch
1 diff -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
4 @@ -38,7 +38,7 @@
5 #include "libelfP.h"
6
7
8 -off_t
9 +loff_t
10 elf_getaroff (Elf *elf)
11 {
12 /* Be gratious, the specs demand it. */