pick: Update from 2.0.1 to 2.0.2
[termux-packages] / packages / elfutils / libelf-elf_getdata_rawchunk.c.patch
CommitLineData
cf310881
FF
1diff -u -r ../elfutils-0.166/libelf/elf_getdata_rawchunk.c ./libelf/elf_getdata_rawchunk.c
2--- ../elfutils-0.166/libelf/elf_getdata_rawchunk.c 2015-11-27 08:36:29.000000000 -0500
3+++ ./libelf/elf_getdata_rawchunk.c 2016-05-04 13:03:35.578844420 -0400
4@@ -41,7 +41,7 @@
5 #include "common.h"
6
7 Elf_Data *
8-elf_getdata_rawchunk (Elf *elf, off_t offset, size_t size, Elf_Type type)
9+elf_getdata_rawchunk (Elf *elf, loff_t offset, size_t size, Elf_Type type)
10 {
11 if (unlikely (elf == NULL))
12 return NULL;