From f973d7f4abbae63b2123d078753aedf8ef876aac Mon Sep 17 00:00:00 2001 From: leitner Date: Sat, 1 Oct 2016 15:15:44 +0000 Subject: [PATCH] add mmap_readat (like mmap_read but open by fd, not by name) --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 1938129..b4b2604 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,7 @@ 0.31: special case buffer_get_token with token length 1 through memccpy (almost 4x speedup) test for pread and use it instead of lseek+read in cdb and io_mmapwritefile + add mmap_readat (like mmap_read but open by fd, not by name) 0.30: add compiletimeassert.h