libelf: Use int64_t for offsets in libelf.h
authorJosh Stone <jistone@redhat.com>
Sat, 10 Oct 2015 00:32:52 +0000 (17:32 -0700)
committerJosh Stone <jistone@redhat.com>
Wed, 14 Oct 2015 16:29:27 +0000 (09:29 -0700)
commitb1d0b0fc7ef850851574031851cd36d114ea30e7
treef1e372c7a4ecb8003fd2f74b90c3d19cd8533f1f
parentbc119074c2fadf5288ab8e635a930aac496282d7
libelf: Use int64_t for offsets in libelf.h

Some systems don't have loff_t, like FreeBSD where off_t always supports
large files.  We need a standardized 64-bit signed type for the public
header, without depending on configuration... OK, just use int64_t.

Signed-off-by: Josh Stone <jistone@redhat.com>
libelf/ChangeLog
libelf/libelf.h