]> sourceware.org Git - newlib-cygwin.git/commit
* child_info. (CURR_CHILD_INFO_MAGIC): Refresh.
authorChristopher Faylor <me@cgf.cx>
Thu, 11 Aug 2005 16:13:30 +0000 (16:13 +0000)
committerChristopher Faylor <me@cgf.cx>
Thu, 11 Aug 2005 16:13:30 +0000 (16:13 +0000)
commitff7bdd11f5006425b408e4c9f324db85cda6c1d7
tree00353ee6c0fcc4fe9ad65fdc19100acc5be07d75
parentabec0aaae90100dfb5b64ac6861dc1b9aca80cf4
* child_info.  (CURR_CHILD_INFO_MAGIC): Refresh.
(child_info::child_info()): New constructor.
(child_info_spawn::child_info_spawn()): Ditto.
(child_info_spawn::operator new): New operator.
(child_info_spawn::set): New function.
* spawn.cc (av()): New constructor.
(av::operator new): New operator.
(av::set): New function.
(spawn_guts): Reorganize so that classes which allocates are defined early in
the function so that it can be properly cleaned up after an efault.  Set errno
to E2BIG in the event of a SEGV situation.
winsup/cygwin/ChangeLog
winsup/cygwin/child_info.h
winsup/cygwin/spawn.cc
This page took 0.032045 seconds and 5 git commands to generate.