Changeset 3435 for trunk/src/kash/exec.h


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

    r2415 r3435  
    7171#endif
    7272
    73 SH_NORETURN_1 void shellexec(struct shinstance *, char **, char **, const char *, int, int) SH_NORETURN_2;
     73SH_NORETURN_1 void shellexec(struct shinstance *, char **, char **, const char *, int) SH_NORETURN_2;
    7474char *padvance(struct shinstance *, const char **, const char *);
    7575int hashcmd(struct shinstance *, int, char **);
Note: See TracChangeset for help on using the changeset viewer.