diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-07-20 07:20:07 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-07-20 07:20:07 +0000 |
commit | 00d26929520f517929f59151167080921df4d781 (patch) | |
tree | 40c649761de474c13630f6a839ec8917c9a2c75a /ChangeLog | |
parent | 76755a893db097fe66f53f56356f8630a8ef8cb4 (diff) | |
download | glibc-00d26929520f517929f59151167080921df4d781.tar.gz glibc-00d26929520f517929f59151167080921df4d781.tar.xz glibc-00d26929520f517929f59151167080921df4d781.zip |
[BZ #4813]
* login/forkpty.c (forkpty): Close master and slave fds on fork failure. Patch by Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>. 2007-07-20 Jakub Jelinek <jakub@redhat.com> [BZ #4813] * login/forkpty.c (forkpty): Close master and slave fds on fork failure. Patch by Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 338380a18b..01e9b4bb1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-07-20 Jakub Jelinek <jakub@redhat.com> + + [BZ #4813] + * login/forkpty.c (forkpty): Close master and slave fds on + fork failure. Patch by + Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>. + 2007-07-18 Jakub Jelinek <jakub@redhat.com> * include/features.h (__USE_ISOC95): New define. @@ -11,8 +18,6 @@ * sysdeps/ia64/sched_cpucount.c: New file. * sysdeps/powerpc/sched_cpucount.c: New file. -2007-07-17 Jakub Jelinek <jakub@redhat.com> - * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add __BEGIN_DECLS/__END_DECLS around the prototype. * bits/sched.h (__sched_cpucount): Likewise. Make second argument |