Changeset 3438 for trunk/src/kash/trap.h
- Timestamp:
- Sep 9, 2020, 10:01:39 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/trap.h
r3435 r3438 37 37 /*extern int pendingsigs;*/ 38 38 39 #ifndef SH_FORKED_MODE 40 void subshellinittrap(shinstance *, shinstance *); 41 #endif 39 42 int trapcmd(struct shinstance *, int, char **); 40 43 void clear_traps(struct shinstance *); … … 44 47 void dotrap(struct shinstance *); 45 48 void setinteractive(struct shinstance *, int); 49 int exitshell2(struct shinstance *, int); 46 50 SH_NORETURN_1 void exitshell(struct shinstance *, int) SH_NORETURN_2; 51
Note:
See TracChangeset
for help on using the changeset viewer.