summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-10-16 14:20:18 +0200
committerBruno Haible <bruno@clisp.org>2010-10-16 14:20:18 +0200
commit3f75f63f5e0bc6293e7a712e8699d930d4e53a5f (patch)
tree1407638d3dca86694032369489ba095d0510473d /ChangeLog
parent94617c2f49cbc25e626ad991e7887e378c70c0e9 (diff)
downloadgnulib-3f75f63f5e0bc6293e7a712e8699d930d4e53a5f.tar.gz
nextafter: Fix configure check.
* modules/nextafter (configure.ac): Correct expected prototype.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aaef0a521b..de256ba803 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2010-10-16 Bruno Haible <bruno@clisp.org>
+ nextafter: Fix configure check.
+ * modules/nextafter (configure.ac): Correct expected prototype.
+
+2010-10-16 Bruno Haible <bruno@clisp.org>
+
termios: Update documentation.
* doc/posix-headers/termios.texi: Mention remaining mingw problems.