summaryrefslogtreecommitdiffstats
path: root/libelf/ChangeLog
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2015-10-09 17:32:52 -0700
committerJosh Stone <jistone@redhat.com>2015-10-14 09:29:27 -0700
commitb1d0b0fc7ef850851574031851cd36d114ea30e7 (patch)
treef1e372c7a4ecb8003fd2f74b90c3d19cd8533f1f /libelf/ChangeLog
parentbc119074c2fadf5288ab8e635a930aac496282d7 (diff)
downloadandroid_external_elfutils-b1d0b0fc7ef850851574031851cd36d114ea30e7.tar.gz
android_external_elfutils-b1d0b0fc7ef850851574031851cd36d114ea30e7.tar.bz2
android_external_elfutils-b1d0b0fc7ef850851574031851cd36d114ea30e7.zip
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>
Diffstat (limited to 'libelf/ChangeLog')
-rw-r--r--libelf/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/libelf/ChangeLog b/libelf/ChangeLog
index af2438b4..d8651d75 100644
--- a/libelf/ChangeLog
+++ b/libelf/ChangeLog
@@ -1,3 +1,7 @@
+2015-10-09 Josh Stone <jistone@redhat.com>
+
+ * libelf.h: Replace loff_t with int64_t throughout.
+
2015-10-05 Mark Wielaard <mjw@redhat.com>
* elf_update.c (write_file): Only use posix_fallocate when using