From 5d5b74716b696b0f22c37a88ccc5c114b13f0398 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Wed, 16 Dec 2015 17:28:40 +0100 Subject: 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 --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'changelog.md') 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 -- cgit v1.2.3