* inflow.c (new_tty_prefork, new_tty): New prefork routine
authorJohn Gilmore <gnu@cygnus>
Wed, 14 Aug 1991 00:09:58 +0000 (00:09 +0000)
committerJohn Gilmore <gnu@cygnus>
Wed, 14 Aug 1991 00:09:58 +0000 (00:09 +0000)
commit715d2e0649266f405f7a394291d2f333cb7a41df
tree444c2937f2ffa461f6038b82c07d70238684dfee
parent8f1f2a72bd2009b97fe1e2139072359e25068e3e
    * inflow.c (new_tty_prefork, new_tty):  New prefork routine
        modifies static state in the parent process; new_tty itself
        runs in the child and modifies the child's file descriptors
        to match the saved static state.
        * infrun.c (child_create_inferior):  Call new_tty_prefork,
        fork, then new_tty.
gdb/inflow.c