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/shinstance.h

    r3434 r3435  
    178178    int                 skipcount;      /**< number of levels to skip */
    179179    int                 loopnest;       /**< current loop nesting level */
    180 
    181     /* eval.c */
    182     int                 vforked; /** @todo remove this */
    183180
    184181    /* expand.c */
Note: See TracChangeset for help on using the changeset viewer.