aboutsummaryrefslogtreecommitdiffhomepage
path: root/changelog.md
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2015-12-16 17:28:40 +0100
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2015-12-16 17:33:53 +0100
commit5d5b74716b696b0f22c37a88ccc5c114b13f0398 (patch)
tree68b62c9e5b32fe3ae6077b096a72ea5c40815c87 /changelog.md
parent59edb0a0a0d91ecfe938029b3b00a0c99dcb8481 (diff)
Improve detection of `fdatasync(2)`
This attempts a simpler and hopefully more robust test for `fdatasync(2)` See 94d8824bae10c9d91f56c1aee9c45a90136a1770 / #42 for the previous attempt. This hopefully addresses #52 in a better way than #53
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 e5733c2..e9c4ece 100644
--- a/changelog.md
+++ b/changelog.md
@@ -9,6 +9,8 @@
* Turn build error into compile warnings for exotic `struct stat`
configurations (GHC #8859).
+ * Improve detection of `fdatasync(2)` (GHC #11137)
+
## 2.7.1.0 *Dec 2014*
* Bundled with GHC 7.10.1