aboutsummaryrefslogtreecommitdiffhomepage
path: root/changelog.md
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2016-01-30 16:46:56 +0100
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2016-01-30 16:56:57 +0100
commitd17b03d4d4525103f1995441045eae4c2c73355d (patch)
tree4fda6f1009df39f4a87b8cd9c7e887e6fc2f59e6 /changelog.md
parent4f3b5d8b87eef07d8df62a8d7240830bb81a8a6b (diff)
Don't assume `tcdrain` and `ctermid` exist always
This follows the scheme suggested in #24 This fixes #55
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index e9c4ece..c6d6b69 100644
--- a/changelog.md
+++ b/changelog.md
@@ -4,7 +4,9 @@
* Don't assume non-POSIX `WCOREDUMP(x)` macro exists
- * Don't assume existence of termios constants beyond `B38400`
+ * Don't assume existence of `termios(3)` constants beyond `B38400`
+
+ * Don't assume existence of `ctermid(3)`/`tcdrain(3)`
* Turn build error into compile warnings for exotic `struct stat`
configurations (GHC #8859).