From bc4bd179bda49b615a1c40df7402ddf80bf775b2 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Thu, 7 Aug 2014 12:33:51 +0200 Subject: Use CAPI FFI imports for `truncate` This makes sure we pick up the LFS version of `truncate` in case `off_t` is affected by CPP defines such as `_FILE_OFFSET_BITS`. --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'changelog.md') diff --git a/changelog.md b/changelog.md index c481922..66caaeb 100644 --- a/changelog.md +++ b/changelog.md @@ -12,6 +12,8 @@ convention * Fix potential type-mismatch in `telldir`/`seekdir` FFI imports + * Use CAPI FFI import for `truncate` to make sure the LFS-version is used. + ## 2.7.0.1 *Mar 2014* * Bundled with GHC 7.8.1 -- cgit v1.2.3