This commit is contained in:
Christopher Faylor 2005-08-11 17:18:18 +00:00
parent 205a575188
commit b4ec184199
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
* spawn.cc (av()): New constructor. * spawn.cc (av()): New constructor.
(av::operator new): New operator. (av::operator new): New operator.
(av::set): New function. (av::set): New function.
(spawn_guts): Reorganize so that classes which allocates are defined (spawn_guts): Reorganize so that classes which allocate are defined
early in the function so that it can be properly cleaned up after an 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. efault. Set errno to E2BIG in the event of a SEGV situation.