chiark / gitweb /
libuv: Update from 1.20.0 to 1.20.1
[termux-packages] / packages / elfutils / libelf-elf_getdata_rawchunk.c.patch
1 diff -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;