Ignore:
Timestamp:
Apr 21, 2007, 8:33:35 AM (18 years ago)
Author:
bird
Message:

hacking...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ash-messup/trap.h

    r626 r879  
    3535 */
    3636
    37 extern int pendingsigs;
     37/*extern int pendingsigs;*/
    3838
    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__));
     39int trapcmd(struct shinstance *, int, char **);
     40void clear_traps(struct shinstance *, int);
     41long setsignal(struct shinstance *, int, int);
     42void ignoresig(struct shinstance *, int, int);
     43void onsig(struct shinstance *, int);
     44void dotrap(struct shinstance *, void);
     45void setinteractive(struct shinstance *, int);
     46void exitshell(struct shinstance *, int) __attribute__((__noreturn__));
Note: See TracChangeset for help on using the changeset viewer.