scsh-0.5/scsh/sighandlers1.h

17 lines
426 B
C
Raw Normal View History

1996-08-22 15:42:59 -04:00
/* Exports from sighandlers1.c */
1996-09-12 00:34:28 -04:00
int sig2interrupt(int signal);
1996-08-22 15:42:59 -04:00
int set_procmask(int hi, int lo, int *old_lo_p);
int get_procmask(int *old_lo_p);
1996-09-12 00:34:28 -04:00
scheme_value scsh_set_sig(int sig, int handler_code, int flags,
int *ohc, int *oflags);
scheme_value scsh_get_sig(int signal, int *handler_code, int *flags);
1996-08-22 15:42:59 -04:00
void do_default_sigaction(int signal);
1996-09-12 00:34:28 -04:00
void install_scsh_handlers(void);
scheme_value get_int_handlers(void);