aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-01-13 13:27:46 -0500
committerUlrich Drepper <drepper@gmail.com>2011-01-13 13:27:46 -0500
commitcfa28e560ef69372b9e15e9a2d924a0fbcfc7bca (patch)
tree21155ae0a762cd0cc6d173622c5aa9fc682f9ef1 /ChangeLog
parent1086d70d916fd0eb969b3d89ff88abd35f6a5c34 (diff)
downloadglibc-cfa28e560ef69372b9e15e9a2d924a0fbcfc7bca.zip
glibc-cfa28e560ef69372b9e15e9a2d924a0fbcfc7bca.tar.gz
glibc-cfa28e560ef69372b9e15e9a2d924a0fbcfc7bca.tar.bz2
Relax requirement on close in child created by posix_spawn.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3035d3d..f477fed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2011-01-13 Ulrich Drepper <drepper@gmail.com>
+ * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
+ in child fails because the descriptor is already closed.
+
[BZ #12397]
* sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
syscall.