summaryrefslogtreecommitdiffstats
path: root/libelf/elf_getdata_rawchunk.c
diff options
context:
space:
mode:
Diffstat (limited to 'libelf/elf_getdata_rawchunk.c')
-rw-r--r--libelf/elf_getdata_rawchunk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libelf/elf_getdata_rawchunk.c b/libelf/elf_getdata_rawchunk.c
index 51b3e3e7..31b2fe7d 100644
--- a/libelf/elf_getdata_rawchunk.c
+++ b/libelf/elf_getdata_rawchunk.c
@@ -41,7 +41,7 @@
#include "common.h"
Elf_Data *
-elf_getdata_rawchunk (Elf *elf, off64_t offset, size_t size, Elf_Type type)
+elf_getdata_rawchunk (Elf *elf, off_t offset, size_t size, Elf_Type type)
{
if (unlikely (elf == NULL))
return NULL;