Changeset 3438 for trunk/src/kash/trap.h


Ignore:
Timestamp:
Sep 9, 2020, 10:01:39 PM (5 years ago)
Author:
bird
Message:

kash: Hammering on threaded mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/trap.h

    r3435 r3438  
    3737/*extern int pendingsigs;*/
    3838
     39#ifndef SH_FORKED_MODE
     40void subshellinittrap(shinstance *, shinstance *);
     41#endif
    3942int trapcmd(struct shinstance *, int, char **);
    4043void clear_traps(struct shinstance *);
     
    4447void dotrap(struct shinstance *);
    4548void setinteractive(struct shinstance *, int);
     49int exitshell2(struct shinstance *, int);
    4650SH_NORETURN_1 void exitshell(struct shinstance *, int) SH_NORETURN_2;
     51
Note: See TracChangeset for help on using the changeset viewer.