VirtualBox

Changeset 3435 in kBuild for trunk/src/kash/input.h


Ignore:
Timestamp:
Sep 2, 2020 8:30:54 PM (4 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.h

    r1233 r3435  
    5858void popfile(struct shinstance *);
    5959void popallfiles(struct shinstance *);
    60 void closescript(struct shinstance *, int);
     60void closescript(struct shinstance *);
    6161
    6262#define pgetc_macro(psh)        (--(psh)->parsenleft >= 0? *(psh)->parsenextc++ : preadbuffer(psh))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette