aboutsummaryrefslogtreecommitdiffhomepage
path: root/changelog.md
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2014-08-07 12:33:51 +0200
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2014-10-18 16:54:28 +0200
commitbc4bd179bda49b615a1c40df7402ddf80bf775b2 (patch)
tree8be7d1d1c4e1af4924a4e15532230c7315f9f320 /changelog.md
parent43343c151f9824a44bd6e353610fdeb23f910c72 (diff)
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`.
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 2 insertions, 0 deletions
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