about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-11-11 18:55:24 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-11-11 18:55:24 +0100
commit58bb655acb3afc7ed13354eda307019604f77137 (patch)
tree99986289702bb6471121206611f616558e9523b2 /ChangeLog
parent88b26b7e9126bc62793e3a231da94546dffd6214 (diff)
downloadglibc-58bb655acb3afc7ed13354eda307019604f77137.tar.gz
glibc-58bb655acb3afc7ed13354eda307019604f77137.tar.xz
glibc-58bb655acb3afc7ed13354eda307019604f77137.zip
hurd: Document dtable_cloexec size convention.
	* sysdeps/mach/hurd/spawni.c (__spawni): Use orig_dtablesize instead
	of dtablesize for allocating dtable_cloexec.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae5b4a136d..e6f42b41b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,8 @@
 	* hurd/Versions (_hurd_port_move): Export function.
 	* sysdeps/mach/hurd/i386/libc.abilist (_hurd_port_move): Expect
 	symbol.
+	* sysdeps/mach/hurd/spawni.c (__spawni): Use orig_dtablesize instead
+	of dtablesize for allocating dtable_cloexec.
 
 2018-11-09  Martin Sebor  <msebor@redhat.com>