diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-01-13 13:27:46 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-01-13 13:27:46 -0500 |
commit | cfa28e560ef69372b9e15e9a2d924a0fbcfc7bca (patch) | |
tree | 21155ae0a762cd0cc6d173622c5aa9fc682f9ef1 /ChangeLog | |
parent | 1086d70d916fd0eb969b3d89ff88abd35f6a5c34 (diff) | |
download | glibc-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |