Changeset 879 for trunk/src/ash-messup/trap.h
- Timestamp:
- Apr 21, 2007, 8:33:35 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ash-messup/trap.h
r626 r879 35 35 */ 36 36 37 extern int pendingsigs; 37 /*extern int pendingsigs;*/ 38 38 39 int trapcmd( int, char **);40 void clear_traps( int);41 long setsignal( int, int);42 void ignoresig( int, int);43 void onsig( int);44 void dotrap( void);45 void setinteractive( int);46 void exitshell( int) __attribute__((__noreturn__));39 int trapcmd(struct shinstance *, int, char **); 40 void clear_traps(struct shinstance *, int); 41 long setsignal(struct shinstance *, int, int); 42 void ignoresig(struct shinstance *, int, int); 43 void onsig(struct shinstance *, int); 44 void dotrap(struct shinstance *, void); 45 void setinteractive(struct shinstance *, int); 46 void exitshell(struct shinstance *, int) __attribute__((__noreturn__));
Note:
See TracChangeset
for help on using the changeset viewer.