about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2018-07-20 01:22:12 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-07-20 01:22:12 +0200
commit6008824221dfab2a6cb7fc2ffddf1b59ebda6e01 (patch)
treef236f32938a9aa04a7d4cb0c958266d6f47afc44 /ChangeLog
parent46f2474e9340f71e1cbe0a246142c688a7d1ad0b (diff)
downloadglibc-6008824221dfab2a6cb7fc2ffddf1b59ebda6e01.tar.gz
glibc-6008824221dfab2a6cb7fc2ffddf1b59ebda6e01.tar.xz
glibc-6008824221dfab2a6cb7fc2ffddf1b59ebda6e01.zip
hurd: SOCK_CLOEXEC and SOCK_NONBLOCK for socket
	* sysdeps/mach/hurd/socket.c (__socket): Handle SOCK_CLOEXEC and
	SOCK_NONBLOCK.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a0cd18db4d..499099006d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,11 @@
 	* sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Set multiple_threads
 	to 1.
 
+2018-07-20  Thomas Schwinge  <tschwinge@gnu.org>
+
+	* sysdeps/mach/hurd/socket.c (__socket): Handle SOCK_CLOEXEC and
+	SOCK_NONBLOCK.
+
 2018-07-19  Leonardo Sandoval  <leonardo.sandoval.gonzalez@intel.com>
 
 	* benchtests/scripts/compare_bench.py (__main__): use the argparse