From 21cde7ad3e85bcdcad3ede6bd3a5bcbe308b5203 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Tue, 26 Sep 2006 01:55:04 +0000 Subject: [PATCH] LFS for file access. --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index b67d8a3ba..4abc1231e 100644 --- a/NEWS +++ b/NEWS @@ -26,6 +26,7 @@ Changes in 1.8.1 (since 1.8.0): Record accessor and modifier procedures now throw an error if the record type of the record they're given is not the type expected (previously accessors returned #f and modifiers silently did nothing). +** File access uses LFS funcs to get 64-bit files on 32-bit systems. * Changes to the C interface