aboutsummaryrefslogtreecommitdiffhomepage
path: root/changelog.md
diff options
context:
space:
mode:
authorGravatar Erik de Castro Lopo <erikd@mega-nerd.com>2014-12-19 14:47:43 +1100
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2014-12-19 09:43:00 +0100
commit3c4ced48d5d82bc3042fdd058e684e87e7036166 (patch)
tree0bf272be6e33d38a3fc9381116430ffe2b2cefd7 /changelog.md
parent757bf44bb4895fc561a2e5dd2f602168478741ec (diff)
Fix SIGINFO and SIGWINCH.
It seems these two signals have not been working since at least 2009. Detection of these signals seems to have never been added to the configure.ac script and the code guarded by #ifdef then bit-rotted (the idiom used to handle these signals seems to have been abandoned for something simpler/better in 2009). This fix simply handles these signals the same way the other signals are handled in System/Posix/Signals.hsc. Closes #30 and #31
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 db6bb48..5d682bc 100644
--- a/changelog.md
+++ b/changelog.md
@@ -25,6 +25,8 @@
- `fileAdvise` (aka `posix_fadvise(2)`), and
- `fileAllocate` (aka `posix_fallocate(2)`)
+ * Fix SIGINFO and SIGWINCH definitions
+
## 2.7.0.1 *Mar 2014*
* Bundled with GHC 7.8.1