summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-08-16 11:04:30 +0200
committerBruno Haible <bruno@clisp.org>2017-08-16 11:04:30 +0200
commit47f5e07e36f52d512411d8908f74fbe6e27cd641 (patch)
tree603a72650c4a5b3d992b8f72d5e89d831ae65073 /ChangeLog
parent60151d8e958c836cd109d52fead4beebd90c5e3c (diff)
downloadgnulib-47f5e07e36f52d512411d8908f74fbe6e27cd641.tar.gz
nonblocking-socket tests: Fix failure on OpenBSD 6.0.
* tests/test-nonblocking-socket.h (SOCKET_DATA_BLOCK_SIZE): Increase value for OpenBSD.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 223dfd87db..227a698767 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2017-08-16 Bruno Haible <bruno@clisp.org>
+ nonblocking-socket tests: Fix failure on OpenBSD 6.0.
+ * tests/test-nonblocking-socket.h (SOCKET_DATA_BLOCK_SIZE): Increase
+ value for OpenBSD.
+
+2017-08-16 Bruno Haible <bruno@clisp.org>
+
rename, renameat: Update doc regarding NetBSD.
* doc/posix-functions/rename.texi: Clarify that when using
-D_XOPEN_SOURCE=500 on NetBSD 7.0, the hard link bug is gone.