about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-12-07 15:01:40 +0100
committerFlorian Weimer <fweimer@redhat.com>2018-12-07 16:04:05 +0100
commit7c857b6f0db01e8d6876e601f0cbcd21d23e4dd5 (patch)
treebb1326962589e7c74416aa329bb68c56f7f195d2 /ChangeLog
parent3a3fb7557274108ea3dc5ac62333c808a6c171db (diff)
downloadglibc-7c857b6f0db01e8d6876e601f0cbcd21d23e4dd5.tar.gz
glibc-7c857b6f0db01e8d6876e601f0cbcd21d23e4dd5.tar.xz
glibc-7c857b6f0db01e8d6876e601f0cbcd21d23e4dd5.zip
hurd: Implement support for posix_spawn_file_actions_addfchdir_np
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0de80afaba..e137a0dc77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-12-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+	* sysdeps/mach/hurd/spawni.c (child_lookup_under, child_fchdir): New
+	functions.
+	(__spawni): Handle spawn_do_fchdir by calling child_fchdir.
+
 2018-12-07  Florian Weimer  <fweimer@redhat.com>
 
 	[BZ #17405]