Ignore:
Timestamp:
Sep 2, 2020, 10:30:54 PM (5 years ago)
Author:
bird
Message:

kash: Remove vfork code, we've never used it and we wont need it if we replace fork() with pthreads.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/input.c

    r3065 r3435  
    565565
    566566void
    567 closescript(shinstance *psh, int vforked)
    568 {
    569         if (vforked)
    570                 return;
     567closescript(shinstance *psh)
     568{
    571569        popallfiles(psh);
    572570        if (psh->parsefile->fd > 0) {
Note: See TracChangeset for help on using the changeset viewer.